mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
10 lines
141 B
JavaScript
10 lines
141 B
JavaScript
(function(window, document, ionic) {
|
|
|
|
NavBar = function() {
|
|
};
|
|
|
|
NavBar.prototype = {
|
|
};
|
|
})(this, document, ion = this.ionic || {});
|
|
|