| Total Complexity | 0 |
| Complexity/F | 0 |
| Lines of Code | 16 |
| Function Count | 0 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | SystemJS.config({ |
||
|
|
|||
| 2 | transpiler: false, |
||
| 3 | packages: { |
||
| 4 | "ig_markerfactory": { |
||
| 5 | "main": "ig_markerfactory.js" |
||
| 6 | } |
||
| 7 | } |
||
| 8 | }); |
||
| 9 | |||
| 10 | SystemJS.config({ |
||
| 11 | packageConfigPaths: [ |
||
| 12 | "npm:@*/*.json", |
||
| 13 | "npm:*.json", |
||
| 14 | "github:*/*.json" |
||
| 15 | ] |
||
| 16 | }); |
||
| 17 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.