diff --git a/dist/amd/index.js b/dist/amd/index.js index 68b1bd8..a1e166b 100644 --- a/dist/amd/index.js +++ b/dist/amd/index.js @@ -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); }); diff --git a/dist/commonjs/index.js b/dist/commonjs/index.js index 030a4cf..cb1aa7b 100644 --- a/dist/commonjs/index.js +++ b/dist/commonjs/index.js @@ -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); }); diff --git a/dist/es6/index.js b/dist/es6/index.js index eebc4a6..c35f0db 100644 --- a/dist/es6/index.js +++ b/dist/es6/index.js @@ -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 => { diff --git a/dist/system/index.js b/dist/system/index.js index 226cf9e..b9a2e0a 100644 --- a/dist/system/index.js +++ b/dist/system/index.js @@ -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); });