Skip to content

Commit

Permalink
do not remove cordovans deviceready event listener
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Mar 18, 2014
1 parent bd4c1f4 commit dc138b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/utils/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
}
readyCallbacks = [];
ionic.trigger('platformready', { target: document });
document.removeEventListener("deviceready", onPlatformReady, false);
}

})(window.ionic);

0 comments on commit dc138b4

Please sign in to comment.