diff --git a/src/Chart.Core.js b/src/Chart.Core.js index f1a3869c4..cfea31390 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -238,7 +238,7 @@ if (filterCallback(currentItem)){ return currentItem; } - }; + } }, findPreviousWhere = helpers.findPreviousWhere = function(arrayToSearch, filterCallback, startIndex){ // Default to end of the array @@ -250,7 +250,7 @@ if (filterCallback(currentItem)){ return currentItem; } - }; + } }, inherits = helpers.inherits = function(extensions){ //Basic javascript inheritance based on the model created in Backbone.js