Commit 72b2b986 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Alain Takoudjou

[erp5_officejs] fixup: 'Node is not defined' in officejs bootloader serviceworker

parent 2d9421aa
...@@ -10,6 +10,7 @@ var global = self, window = self; ...@@ -10,6 +10,7 @@ var global = self, window = self;
self.localStorage = {}; self.localStorage = {};
self.openDatabase = {}; self.openDatabase = {};
self.DOMError = {}; self.DOMError = {};
self.Node = {};
self.postMessage = function () {return; }; self.postMessage = function () {return; };
self.importScripts('app/rsvp.js', 'app/jiodev.js'); self.importScripts('app/rsvp.js', 'app/jiodev.js');
......
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>vincent</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>963.21942.41432.32153</string> </value> <value> <string>963.22427.36654.49664</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1510223814.46</float> <float>1510324734.38</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