OSDN Git Service

Version 0.6.145, fix X.Audio, fix VIEW_ACTIVATE Event @X.ViewPort.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 04_XNetImage.js
index 7ec0e7d..f788116 100644 (file)
@@ -127,10 +127,10 @@ function X_NET_Image_handleEvent( e ){
 \r
                        size = X_Util_Image_getActualDimension( !X_Net_Image_isElement ? this.abspath : this );\r
                        this.timerID = this[ 'asyncDispatch' ]( {\r
-                               type : X_EVENT_SUCCESS,\r
-                               src  : this.abspath,\r
-                               w    : size[ 0 ],\r
-                               h    : size[ 1 ]\r
+                               'type' : X_EVENT_SUCCESS,\r
+                               'src'  : this.abspath,\r
+                               'w'    : size[ 0 ],\r
+                               'h'    : size[ 1 ]\r
                                // TODO feedback net speed\r
                                // time , this[ '_rawObject' ].fileSize\r
                        } );\r