Commit 089c91dc authored by Vincent Bechu's avatar Vincent Bechu Committed by preetwinder

[erp5_officejs] Remove workaround for renderjs issue in bootloader

parent 93b165a6
......@@ -75,15 +75,7 @@ var repair = false;
.declareService(function () {
var gadget = this;
return new RSVP.Queue()
.push(function () {
/* Workaround for renderjs issue,
sub gadget does not have all aquired Method at this point*/
return RSVP.delay(500);
})
.push(function () {
return gadget.isChildren();
})
return gadget.isChildren()
.push(undefined, function (error) {
if (error instanceof rJS.AcquisitionError) {
return RSVP.all([
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>961.26414.56459.45721</string> </value>
<value> <string>961.29047.58460.27443</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1502715948.13</float>
<float>1502871905.29</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