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

[erp5_xhtml_style/web_renderjs_ui] Update RSVP

parent 08a60a2d
...@@ -770,7 +770,7 @@ define("rsvp/queue", ...@@ -770,7 +770,7 @@ define("rsvp/queue",
resolved; resolved;
if (!(this instanceof Queue)) { if (!(this instanceof Queue)) {
return new Queue(); return new Queue(thenable);
} }
function canceller() { function canceller() {
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>982.5438.65075.12680</string> </value> <value> <string>989.27523.29749.43383</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1582713688.85</float> <float>1611827376.22</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -770,7 +770,7 @@ define("rsvp/queue", ...@@ -770,7 +770,7 @@ define("rsvp/queue",
resolved; resolved;
if (!(this instanceof Queue)) { if (!(this instanceof Queue)) {
return new Queue(); return new Queue(thenable);
} }
function canceller() { function canceller() {
......
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