Skip to content

Commit

Permalink
appease firefox for extensions example
Browse files Browse the repository at this point in the history
  • Loading branch information
dchester committed Feb 6, 2012
1 parent 5cc895b commit c25f467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/css/extensions.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ label.disabled {
outline: 2px solid steelblue;
}
#renderer_form.toggler input[type=radio] {
-moz-appearance: button;
background: white;
margin: 0 7px;
width: 39px;
height: 26px;
Expand Down
2 changes: 1 addition & 1 deletion examples/js/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var RenderControls = function(args) {

this.graph.render();

}.bind(this));
}.bind(this), false);
}

this.serialize = function() {
Expand Down

0 comments on commit c25f467

Please sign in to comment.