Using SortValue instead of API hack for history

Fixed jshint for series collection
This commit is contained in:
Mark McDowall
2013-12-13 08:20:48 -08:00
parent df055d191f
commit 4d6d477947
4 changed files with 5 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ define(
}
});
var mixedIn = AsPersistedStateCollection.call(Collection);
var collection = new mixedIn(SeriesData);
var MixedIn = AsPersistedStateCollection.call(Collection);
var collection = new MixedIn(SeriesData);
return collection;
});