Skip to content

Instantly share code, notes, and snippets.

@mlynch
Created June 18, 2012 18:38
Show Gist options
  • Save mlynch/2949926 to your computer and use it in GitHub Desktop.
Save mlynch/2949926 to your computer and use it in GitHub Desktop.
Widget Shell
(function($) {
$.widget('mobile.tabbar', $.mobile.navbar, {
_create: function() {
$.mobile.navbar.prototype._create.call(this);
}
});
})(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment