[Application] Bug fixed to launchMode
authorJongHeon <j-h.choi@samsung.com>
Mon, 13 Apr 2015 04:58:39 +0000 (13:58 +0900)
committerRafal Galka <r.galka@samsung.com>
Tue, 14 Apr 2015 08:54:03 +0000 (17:54 +0900)
Change-Id: I4b2554aecb10a8208aa08f08dd7900c2645227f0

src/application/application_api.js

index 104ded8de3116b626b093a067439139123e356c2..388dbcf3c707a4c40bdaf3542013b163fe8b89ed 100644 (file)
@@ -536,7 +536,7 @@ tizen.ApplicationControl = function(operation, uri, mime, category, data, launch
     defineReadWriteProperty(this, 'mime', mime);
     defineReadWriteProperty(this, 'category', category);
     defineReadWriteProperty(this, 'data', data);
-    defineReadWriteProperty(this, 'data', launchMode);
+    defineReadWriteProperty(this, 'launchMode', launchMode);
 
   } else {
     throw new WebAPIException(WebAPIException.TYPE_MISMATCH_ERR);