Commit 17eaf6fe authored by Jérome Perrin's avatar Jérome Perrin

fixup! GUI: new output widget to display spreadsheet data

parent 4ac5e42c
/*global rJS, RSVP, initGadgetMixin, loopEventListener, $ */ /*global rJS, RSVP, initGadgetMixin, $ */
(function (window, rJS, RSVP, initGadgetMixin, loopEventListener, $) { (function (window, rJS, RSVP, initGadgetMixin, $) {
"use strict"; "use strict";
...@@ -40,10 +40,9 @@ ...@@ -40,10 +40,9 @@
}); });
}) })
.declareMethod("startService", function () { .declareMethod("startService", function () {
var gadget = this;
return this.getDeclaredGadget("tableeditor") return this.getDeclaredGadget("tableeditor")
.push(function (tableeditor) { .push(function (tableeditor) {
return tableeditor.startService(); return tableeditor.startService();
}); });
}); });
}(window, rJS, RSVP, initGadgetMixin, loopEventListener, $)); }(window, rJS, RSVP, initGadgetMixin, $));
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