Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James A. Rosen committed Apr 20, 2012
1 parent 8c5e518 commit dbcd136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
4 changes: 1 addition & 3 deletions dist/ember-i18n-1.2.0.js → dist/ember-i18n-1.3.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
})
};

SC.I18n = I18n;

Em.I18n = I18n;

Ember.I18n = I18n;
Expand All @@ -84,7 +82,7 @@
if (isBindingMatch) {
propertyName = isBindingMatch[1];
bindPath = attrs[property];
currentValue = getPath(bindPath);
currentValue = getPath(context, bindPath);
attrs[propertyName] = currentValue;
invoker = null;
observer = function() {
Expand Down
2 changes: 1 addition & 1 deletion dist/ember-i18n-latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
if (isBindingMatch) {
propertyName = isBindingMatch[1];
bindPath = attrs[property];
currentValue = getPath(bindPath);
currentValue = getPath(context, bindPath);
attrs[propertyName] = currentValue;
invoker = null;
observer = function() {
Expand Down

0 comments on commit dbcd136

Please sign in to comment.