Fixed add series referencing spinnerView

This commit is contained in:
Mark McDowall 2013-08-22 18:52:19 -07:00
parent 7771899e29
commit eb6d6e74b0
2 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ define(
this.activity.show(new Backgrid.Grid({
collection: new Backbone.Collection(episodeFile),
columns : this.columns,
className : 'table table-bordered'
className : 'table table-bordered'spinn
}));
}