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