Fixed header bar undefined issue

This commit is contained in:
Max Lynch
2013-09-27 16:01:10 -05:00
parent 7d96f77c53
commit 3d7673f0ad

View File

@ -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;