extracted methods
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Array.prototype.includes = function(element) {
|
||||
return this.indexOf(element) !== -1;
|
||||
};
|
||||
|
||||
$(function() {
|
||||
var ANIMATION_DURATION = 500;
|
||||
|
||||
|
Reference in New Issue
Block a user