Commit 53982a05 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_xhtml_style/erp5_web_renderjs_ui] Update renderJS 0.16.1

parent aa133074
...@@ -1179,6 +1179,7 @@ if (typeof document.contains !== 'function') { ...@@ -1179,6 +1179,7 @@ if (typeof document.contains !== 'function') {
} }
this.__service_list.push(function () { this.__service_list.push(function () {
var queue_loop = new RSVP.Queue(), var queue_loop = new RSVP.Queue(),
context = this,
wait = function () { wait = function () {
queue_loop queue_loop
.push(function () { .push(function () {
...@@ -1189,7 +1190,7 @@ if (typeof document.contains !== 'function') { ...@@ -1189,7 +1190,7 @@ if (typeof document.contains !== 'function') {
return promiseAnimationFrame(); return promiseAnimationFrame();
}) })
.push(function () { .push(function () {
return callback.apply(this, []); return callback.apply(context, []);
}) })
.push(function () { .push(function () {
wait(); wait();
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>960.64345.32079.62088</string> </value> <value> <string>961.58176.38662.18807</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1502093855.2</float> <float>1505981711.78</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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