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