mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove unnecessary semicolons
This commit is contained in:
parent
2e4bb1899f
commit
81d4f97abc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user