Skip to content

Commit

Permalink
Fix loadScript test on previous API versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mittsh committed Sep 17, 2015
1 parent ee919de commit 533b39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwaggerImporter.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(loadScript or require)("tv4.js")
(loadScript or require)("yaml.js")
(this.loadScript or require)("tv4.js")
(this.loadScript or require)("yaml.js")

SwaggerImporter = ->

Expand Down

0 comments on commit 533b39c

Please sign in to comment.