mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Added quick create ionic object in JS code
Makes it easy to include a few ionic files here and there.
This commit is contained in:
@ -102,4 +102,4 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -188,4 +188,4 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -119,4 +119,4 @@ TabBarController.prototype = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -106,4 +106,4 @@
|
|||||||
// Set up various listeners
|
// Set up various listeners
|
||||||
window.addEventListener('click', ionic.EventController.handleClick);
|
window.addEventListener('click', ionic.EventController.handleClick);
|
||||||
|
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -1425,4 +1425,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -19,4 +19,4 @@
|
|||||||
return dest;
|
return dest;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -11,4 +11,4 @@
|
|||||||
destroy: function() {
|
destroy: function() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -39,4 +39,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -19,4 +19,4 @@
|
|||||||
this.el.style.zIndex = -1;
|
this.el.style.zIndex = -1;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
@ -198,4 +198,4 @@ TabBar.prototype = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
})(window.ionic);
|
})(ionic = window.ionic || {});
|
||||||
|
|||||||
Reference in New Issue
Block a user