mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
Fixed header bar undefined issue
This commit is contained in:
@ -6,12 +6,9 @@
|
|||||||
this._titleEl = this.el.querySelector('.title');
|
this._titleEl = this.el.querySelector('.title');
|
||||||
};
|
};
|
||||||
|
|
||||||
ionic.views.NavBar.prototype = {
|
ionic.views.HeaderBar.prototype = {
|
||||||
resizeTitle: function() {
|
resizeTitle: function() {
|
||||||
var
|
var e, j, i,
|
||||||
e,
|
|
||||||
j,
|
|
||||||
i,
|
|
||||||
title,
|
title,
|
||||||
titleWidth,
|
titleWidth,
|
||||||
children = this.el.children;
|
children = this.el.children;
|
||||||
|
|||||||
Reference in New Issue
Block a user