Skip to content

Commit

Permalink
build for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavetta committed Aug 10, 2015
1 parent c54c8ed commit 02cd501
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/amd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define(['exports', 'aurelia-framework', 'aurelia-templating-binding'], function

bindingLanguage.attributeMap['bind-value'] = 'bindValue';

var registrations = Polymer.telemetry.observations;
var registrations = Polymer.telemetry.registrations;
registrations.forEach(function (prototype) {
return registerElement(eventManager, bindingLanguage, prototype);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function configure(aurelia) {

bindingLanguage.attributeMap['bind-value'] = 'bindValue';

var registrations = Polymer.telemetry.observations;
var registrations = Polymer.telemetry.registrations;
registrations.forEach(function (prototype) {
return registerElement(eventManager, bindingLanguage, prototype);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function configure(aurelia){

bindingLanguage.attributeMap['bind-value'] = 'bindValue';

let registrations = Polymer.telemetry.observations;
let registrations = Polymer.telemetry.registrations;
registrations.forEach(prototype => registerElement(eventManager, bindingLanguage, prototype));
observerLocator.getArrayObserver(registrations).subscribe(changes => {
changes.forEach(change => {
Expand Down
2 changes: 1 addition & 1 deletion dist/system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ System.register(['aurelia-framework', 'aurelia-templating-binding'], function (_

bindingLanguage.attributeMap['bind-value'] = 'bindValue';

var registrations = Polymer.telemetry.observations;
var registrations = Polymer.telemetry.registrations;
registrations.forEach(function (prototype) {
return registerElement(eventManager, bindingLanguage, prototype);
});
Expand Down

0 comments on commit 02cd501

Please sign in to comment.