do not remove cordovans deviceready event listener

This commit is contained in:
Adam Bradley
2014-03-18 09:04:50 -05:00
parent bd4c1f48a5
commit dc138b4fa3

View File

@@ -320,7 +320,6 @@
}
readyCallbacks = [];
ionic.trigger('platformready', { target: document });
document.removeEventListener("deviceready", onPlatformReady, false);
}
})(window.ionic);