Skip to content

Commit

Permalink
fix(math): fix white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Dec 4, 2020
1 parent a863b49 commit a3ac9e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/operator.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ let elCount;
const allChecks = [0, 1, 2, 6, 24, 120, 720, 5760, 51840, 518400, 5702400, 68428800, 889574400, 12454041600, 186810624000];
const collect = [];


let resultCacheIndex = -1;
let handlingCache = false;
const resultCache = [];
Expand Down
1 change: 0 additions & 1 deletion src/utils/math.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export function isArray(arr) {
return Array.isArray(arr) || ArrayBuffer.isView(arr);
}
Expand Down

0 comments on commit a3ac9e2

Please sign in to comment.