Commit 39c33ce0 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: JSON isnt used

parent 1f5a3ff1
/*globals console, window, rJS, domsugar, JSON */ /*globals console, window, rJS, domsugar */
/*jslint indent: 2, nomen: true, maxlen: 80 */ /*jslint indent: 2, nomen: true, maxlen: 80 */
(function (window, rJS, domsugar, JSON) { (function (window, rJS, domsugar) {
"use strict"; "use strict";
var gadget_klass = rJS(window); var gadget_klass = rJS(window);
...@@ -221,7 +221,6 @@ ...@@ -221,7 +221,6 @@
return {}; return {};
}) })
.onStateChange(function () { .onStateChange(function () {
return getStatus(this, this.state); return getStatus(this, this.state);
}) })
...@@ -234,4 +233,4 @@ ...@@ -234,4 +233,4 @@
return this.changeState(state_dict); return this.changeState(state_dict);
}); });
}(window, rJS, domsugar, JSON)); }(window, rJS, domsugar));
\ No newline at end of file \ No newline at end of file
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