Skip to content

Commit

Permalink
And another (tooltip/handleEvent only)
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 23, 2018
1 parent 7ae62d3 commit 8e2e7dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/helpers.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ var helpers = {
* @param {Array} a1 - The array to compare
* @returns {Boolean}
*/
/*
arrayEquals: function(a0, a1) {
var i, ilen, v0, v1;
Expand All @@ -147,7 +148,7 @@ var helpers = {
return true;
},

*/
/**
* Returns a deep copy of `source` without keeping references on objects and arrays.
* @param {*} source - The value to clone.
Expand Down

0 comments on commit 8e2e7dd

Please sign in to comment.