Skip to content

Commit

Permalink
Commented out the buttons example by mistake (w3c#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Feb 5, 2015
1 parent 7441e28 commit 843cc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/js/main.js
Expand Up @@ -974,7 +974,7 @@

var resolution_features = ['weekly', 'monthly'];

/*var buttons = MG.button_layout('div#buttons')
var buttons = MG.button_layout('div#buttons')
.data(bdata)
.manual_button('Time Scale', resolution_features, function(){ console.log('switched time scales'); })
.button('a', 'Fruit')
Expand All @@ -983,7 +983,7 @@
console.log('made it');
return false;
})
.display();*/
.display();

// data tables
var table_data = [
Expand Down

0 comments on commit 843cc53

Please sign in to comment.