| Total Complexity | 0 |
| Complexity/F | 0 |
| Lines of Code | 8 |
| Function Count | 0 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | SystemJS.config({ |
||
|
|
|||
| 2 | baseURL: "/", |
||
| 3 | paths: { |
||
| 4 | "github:*": "jspm_packages/github/*", |
||
| 5 | "npm:*": "jspm_packages/npm/*", |
||
| 6 | "ig_markerfactory/": "dist/" |
||
| 7 | } |
||
| 8 | }); |
||
| 9 |
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.