Skip to content

Commit

Permalink
Merge pull request #52 from ember-cli/ef4-patch-1
Browse files Browse the repository at this point in the history
Shim Ember.guidFor
  • Loading branch information
stefanpenner committed Mar 8, 2016
2 parents a86451e + 4898b11 commit d5825c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
'aliasMethod': Ember.aliasMethod,
'assert': Ember.assert,
'cacheFor': Ember.cacheFor,
'copy': Ember.copy
'copy': Ember.copy,
'guidFor': Ember.guidFor
},
'ember-object': {
'default': Ember.Object
Expand Down

0 comments on commit d5825c0

Please sign in to comment.