We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a58a9 commit 3471fedCopy full SHA for 3471fed
test/helpers/matchers.js
@@ -25,13 +25,6 @@ beforeEach(function() {
25
};
26
}
27
28
- function indexOf(array, obj) {
29
- for ( var i = 0; i < array.length; i++) {
30
- if (obj === array[i]) return i;
31
- }
32
- return -1;
33
34
-
35
function isNgElementHidden(element) {
36
// we need to check element.getAttribute for SVG nodes
37
var hidden = true;
0 commit comments