Skip to content

Commit

Permalink
Fixed not working without jquery mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
amegan committed Mar 29, 2012
1 parent f6386b7 commit 098d4d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jquery.mobile.flip.js
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,8 @@
}

Plugin.prototype.jqmInit = function() {
if ($.mobile == null) return;

// check element data- attribute for jqm initialization
var $elem = $(this.element);

Expand Down

0 comments on commit 098d4d2

Please sign in to comment.