Commit 116d8e0d authored by Roque's avatar Roque

erp5_drone_simulator: jslint

parent 15371507
(function (window, rJS, domsugar, DroneGameManager, document, Blob) {
/*global window, rJS, domsugar, DroneGameManager*/
/*jslint nomen: true, indent: 2, maxlen: 80, white: true, evil: false */
(function (window, rJS, domsugar, DroneGameManager) {
"use strict";
var canvas, offscreen,
......@@ -16,7 +19,7 @@
.declareAcquiredMethod("jio_allDocs", "jio_allDocs")
.declareMethod('render', function render(options) {
.declareMethod('render', function render() {
var gadget = this,
loading = domsugar('span', ["Loading..."]),
container = domsugar('div');
......@@ -46,4 +49,4 @@
});
});
}(window, rJS, domsugar, DroneGameManager, document, Blob));
\ No newline at end of file
}(window, rJS, domsugar, DroneGameManager));
\ No newline at end of file
......@@ -244,7 +244,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1004.22193.18890.58948</string> </value>
<value> <string>1004.22554.1789.1262</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -262,7 +262,7 @@
</tuple>
<state>
<tuple>
<float>1668521280.67</float>
<float>1668541098.4</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