Skip to content

Commit

Permalink
Remove pager for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed May 9, 2010
1 parent 7c57bfb commit 5002d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/sonia.js
Expand Up @@ -10,7 +10,7 @@ var Sonia = Class.create({
this.websocket.onclose = this.onclose.bind(this);
this.websocket.onerror = this.onerror.bind(this);

this.pager = new Pager(this);
//this.pager = new Pager(this);
},
onopen: function() {
console.log("Socket opened... ");
Expand Down Expand Up @@ -47,7 +47,7 @@ var Sonia = Class.create({

addWidget: function(widget_id, widget) {
this.widgets[widget_id] = widget;
this.pager.addWidgetToCurrentPage(widget_id);
//this.pager.addWidgetToCurrentPage(widget_id);
},

saveChanges: function() {
Expand Down

0 comments on commit 5002d30

Please sign in to comment.