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 */
(function (window, rJS, domsugar, JSON) {
(function (window, rJS, domsugar) {
"use strict";
var gadget_klass = rJS(window);
......@@ -221,7 +221,6 @@
return {};
})
.onStateChange(function () {
return getStatus(this, this.state);
})
......@@ -234,4 +233,4 @@
return this.changeState(state_dict);
});
}(window, rJS, domsugar, JSON));
\ No newline at end of file
}(window, rJS, domsugar));
\ 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