Skip to content

Commit

Permalink
Fixed a bug in initialize value.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyip committed Jan 8, 2013
1 parent 99b718c commit fa8cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/jqt.menusheet.js
Expand Up @@ -78,7 +78,7 @@
var methods = {
init: function(options) {
$(this).addClass('menusheet');
$(this).data({shown: false});
$(this).data('menusheet', {shown: false});
},
show: show,
hide: hide
Expand Down

0 comments on commit fa8cf7a

Please sign in to comment.