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)
committerLuc Yriarte <luc.yriarte@intel.com>
Thu, 16 May 2013 15:47:29 +0000 (17:47 +0200)
commitaf51d5827a42a3cbbdf2d7994cf7379b6df619bc
tree023ac1a78f22e3d730f83d2b8d5bc9190b8a0ac3
parentefa6a749c136bdfcfb1ade18e2ad4e1cb0e15931
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