Commit 2b89b75e authored by Romain Courteaud's avatar Romain Courteaud

Use rJS acquisition to use jIO methods.

parent 5c14a28a
...@@ -102,8 +102,8 @@ ...@@ -102,8 +102,8 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
/*jslint nomen: true, indent: 2, maxerr: 3 */\n /*jslint nomen: true, indent: 2, maxerr: 3 */\n
/*global window, rJS, RSVP, FormData, jIO, URI, loopEventListener, document */\n /*global window, rJS, RSVP, FormData, URI, loopEventListener, document */\n
(function (window, rJS, RSVP, FormData, jIO, URI, loopEventListener) {\n (function (window, rJS, RSVP, FormData, URI, loopEventListener) {\n
"use strict";\n "use strict";\n
\n \n
/////////////////////////////////////////////////////////////////\n /////////////////////////////////////////////////////////////////\n
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
}\n }\n
}\n }\n
\n \n
return jIO.util.ajax({\n return form_gadget.jio_ajax({\n
"type": form_gadget.props.action.method,\n "type": form_gadget.props.action.method,\n
"url": form_gadget.props.action.href,\n "url": form_gadget.props.action.href,\n
"data": data,\n "data": data,\n
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
);\n );\n
});\n });\n
\n \n
}(window, rJS, RSVP, FormData, jIO, URI, loopEventListener)); }(window, rJS, RSVP, FormData, URI, loopEventListener));
]]></string> </value> ]]></string> </value>
</item> </item>
...@@ -417,7 +417,7 @@ ...@@ -417,7 +417,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>940.11718.18032.58982</string> </value> <value> <string>940.16022.61765.35328</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -435,8 +435,8 @@ ...@@ -435,8 +435,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1420812706.24</float> <float>1421070245.4</float>
<string>UTC</string> <string>GMT</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment