Fixed the broken tests

This commit is contained in:
Mark McDowall
2013-11-22 08:59:03 -08:00
parent 5659a3c496
commit c90d010cd8
4 changed files with 16 additions and 5 deletions
@@ -37,8 +37,8 @@ define(
this.ui.namingOptions.hide();
}
this.basicNamingView = new BasicNamingView({ model: this.model });
this.basicNamingRegion.show(this.basicNamingView);
var basicNamingView = new BasicNamingView({ model: this.model });
this.basicNamingRegion.show(basicNamingView);
this.namingSampleModel = new NamingSampleModel();
this.listenTo(this.model, 'change', this._updateSamples);