Fixed the add button on add series

This commit is contained in:
Mark McDowall 2013-07-01 10:41:15 -07:00
parent eedccf03b6
commit 06c1055b0d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ define(
}
},
addSeries: function () {
_addSeries: function () {
var icon = this.ui.addButton.find('icon');
icon.removeClass('icon-plus').addClass('icon-spin icon-spinner disabled');