enable is finding from dom-module

This commit is contained in:
Scott J Miles
2015-04-09 22:28:34 -07:00
parent 49d3270efa
commit f281287e8e
3 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="src/polymer-lib.html">
<link rel="import" href="src/micro/tag.html">
<link rel="import" href="src/micro/mixins.html">
<link rel="import" href="src/micro/extends.html">
<link rel="import" href="src/micro/constructor.html">
@@ -20,6 +20,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
Polymer.Base.addFeature({
registerFeatures: function() {
this._prepIs();
this._prepMixins();
this._prepExtends();
this._prepConstructor();

View File

@@ -22,6 +22,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
Polymer.Base.addFeature({
registerFeatures: function() {
this._prepIs();
this._prepMixins();
this._prepExtends();
this._prepConstructor();

View File

@@ -25,6 +25,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
Polymer.Base.addFeature({
registerFeatures: function() {
this._prepIs();
this._prepMixins();
this._prepExtends();
this._prepConstructor();