Commit 444d22b
committed
prevent error loop in case of undefined
if for any reason this code line fails, the interval is not removed and
console.log fills with error messages every 10ms.
This change prevents that from happening.
I have no idea why it fails, but the widget works fine.$wrapper.data('multipleInput')
1 parent 651f07c commit 444d22b
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
| |||
0 commit comments