mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
enable is finding from dom-module
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user