Skip to content

Commit

Permalink
Made some changes to ChiliPeppr myWorkspace using Cloud9
Browse files Browse the repository at this point in the history
  • Loading branch information
chilipeppr committed Oct 19, 2016
1 parent 58ec33b commit 7fbdc52
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
21 changes: 10 additions & 11 deletions auto-generated-workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,18 @@
this.loadConsoleWidget(function() {

console.log("console widget loaded, now lets load spjs");
});

// now we can load the SPJS widget
that.loadSpjsWidget(function() {

// now we can load the SPJS widget
that.loadSpjsWidget(function() {

// if we get here, we can init the Console Widget
// (we are now initting the widget immediately)
that.widgetConsole.init(true, /chilipeppr heartbeat/);
//that.widgetConsole.resize();

that.setupResize();
})
// if we get here, we can init the Console Widget
// (we are now initting the widget immediately)
that.widgetConsole.init(true, /chilipeppr heartbeat/);
//that.widgetConsole.resize();

});
that.setupResize();
})

this.loadLuaEditor();

Expand Down
21 changes: 10 additions & 11 deletions workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,18 @@ You can buy the ESP8266 on ebay.com or aliexpress.com.`,
this.loadConsoleWidget(function() {

console.log("console widget loaded, now lets load spjs");
});

// now we can load the SPJS widget
that.loadSpjsWidget(function() {

// now we can load the SPJS widget
that.loadSpjsWidget(function() {

// if we get here, we can init the Console Widget
// (we are now initting the widget immediately)
that.widgetConsole.init(true, /chilipeppr heartbeat/);
//that.widgetConsole.resize();

that.setupResize();
})
// if we get here, we can init the Console Widget
// (we are now initting the widget immediately)
that.widgetConsole.init(true, /chilipeppr heartbeat/);
//that.widgetConsole.resize();

});
that.setupResize();
})

this.loadLuaEditor();

Expand Down

0 comments on commit 7fbdc52

Please sign in to comment.