Skip to content

Commit

Permalink
Support "import { Promise } from 'rsvp';"
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jul 8, 2017
1 parent b1701b8 commit 8d058d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@
"typeOf": ["@ember/utils", "typeOf"],
"compare": ["@ember/utils", "compare"],
"$": ["jquery"],
"RSVP": ["rsvp"]
"RSVP": ["rsvp"],
"RSVP.Promise": ["rsvp", "Promise"]
}

0 comments on commit 8d058d3

Please sign in to comment.