Skip to content

Commit

Permalink
Fix single examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesutherland committed May 19, 2012
1 parent 97fbc83 commit 834dbb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/js/Examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ Examples.prototype = {
else {
if (params[0] == 'single') {
this.single = true;
example = this.list.get(params[1]);
this._loadExample(
this.list.get(params[1])
);
}
}
},
Expand Down

0 comments on commit 834dbb1

Please sign in to comment.