Commit 2685e13
fix(middleware): does not work with mootools (#2591)
Change karma.js to check for own property during for...in loop
Because mootools adds functions to the array prototype,
the use of for..in will get more than the array elements.1 parent 3263c06 commit 2685e13
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| |||
0 commit comments