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