Commit fe1fe2c
fix (Backendless JS SDK): old IE support (#32)
* fix (Backendless JS SDK): old IE support
- don't use the method 'catch' of Promises
- use Utils.isObject for checking of variable and also check it is not null
* fix (Backendless JS SDK): old IE support
- don't use the method 'catch' of Promises
- checking type of variable is object and also check it is not null or undefined1 parent 22f3d04 commit fe1fe2c
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
| 661 | + | |
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | | - | |
| 671 | + | |
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| |||
4386 | 4386 | | |
4387 | 4387 | | |
4388 | 4388 | | |
4389 | | - | |
4390 | | - | |
| 4389 | + | |
4391 | 4390 | | |
4392 | 4391 | | |
4393 | 4392 | | |
| |||
0 commit comments