softlayer / sl-ember-translate

An Ember CLI Addon that provides the ability to lookup a dictionary value either through method calls or via a component in your templates.
http://softlayer.github.io/sl-ember-translate/
MIT License
4 stars 4 forks source link

Closes softlayer/sl-ember-translate#111 #120

Closed juwara0 closed 9 years ago

juwara0 commented 9 years ago

Converted typeof to Ember.typeOf() Converted Array.isArray() to Ember.typeOf90 Modified assert in setDictionary to allow for an Ember.Object 'instance' Added an additional test for setDictionary to verify that an Ember.Object instance can be passed as a parameter.