Skip to content

Commit

Permalink
Fixed a problem in the detachEvents function
Browse files Browse the repository at this point in the history
  • Loading branch information
azicchetti committed Feb 23, 2012
1 parent df8401d commit 6d1d416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.router-dev.js
Expand Up @@ -272,7 +272,7 @@ $(document).bind("mobileinit",function(){
);
}
if (this._docEventData){
$(document).unbind(this._eventData.events, this._eventData.handler);
$(document).unbind(this._docEventData.events, this._docEventData.handler);
}
} ,

Expand Down

0 comments on commit 6d1d416

Please sign in to comment.