computmaxer / karma-jspm

Other
74 stars 50 forks source link

Invalid check #93

Closed letmaik closed 9 years ago

letmaik commented 9 years ago

There's a check in adapter.js at the end for if(!System){ however it will never come that far since in the first line of the method it would already bomb out: System.config( when System is undefined. This should be moved to the top.