mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 06:09:31 +08:00
Grunt updated with concat and jshint
Also added initial platform detection thing.
This commit is contained in:
@ -5,14 +5,16 @@ function initalize() {
|
||||
document.removeEventListener( "DOMContentLoaded", initalize, false );
|
||||
window.removeEventListener( "load", initalize, false );
|
||||
|
||||
/*
|
||||
// trigger that the DOM is ready
|
||||
ion.trigger("ready");
|
||||
ionic.trigger("ready");
|
||||
|
||||
// trigger that the start page is in view
|
||||
ion.trigger("pageview");
|
||||
ionic.trigger("pageview");
|
||||
|
||||
// trigger that the webapp has been initalized
|
||||
ion.trigger("initalized");
|
||||
ionic.trigger("initalized");
|
||||
*/
|
||||
}
|
||||
|
||||
// When the DOM is ready, initalize the webapp
|
||||
|
||||
Reference in New Issue
Block a user