Request.result is an object, not an array. If the DBus method returns several results,
authorLuc Yriarte <luc.yriarte@intel.com>
Thu, 16 May 2013 15:47:29 +0000 (17:47 +0200)
committerFrederic PAUT <frederic.paut@linux.intel.com>
Fri, 24 May 2013 08:02:06 +0000 (10:02 +0200)
commitb2f868c4df3985dc5b6af9dd82bc70f3a56346e2
tree412d02e18a5f4d968ebcf3191971f46eb4f2ab2b
parent2767a918ab1a7a3d1b3c8dcf208998ab8c77b23b
Request.result is an object, not an array. If the DBus method returns several results,
only the first will be in Request.result, but all results are passed as parameters to the onsuccess handler anyway.
cloudeebus/cloudeebus.js