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');
|
||||
};
|
||||
|
||||
ionic.views.NavBar.prototype = {
|
||||
ionic.views.HeaderBar.prototype = {
|
||||
resizeTitle: function() {
|
||||
var
|
||||
e,
|
||||
j,
|
||||
i,
|
||||
var e, j, i,
|
||||
title,
|
||||
titleWidth,
|
||||
children = this.el.children;
|
||||
|
||||
Reference in New Issue
Block a user