diff --git a/polymer-legacy.js b/polymer-legacy.js index d3eceb5118..13c442d6cf 100644 --- a/polymer-legacy.js +++ b/polymer-legacy.js @@ -9,7 +9,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN */ import { LegacyElementMixin } from './lib/legacy/legacy-element-mixin.js'; -import './lib/legacy/polymer-fn.js'; +export {Polymer} from './lib/legacy/polymer-fn.js'; /* template elements */ import './lib/legacy/templatizer-behavior.js'; import './lib/elements/dom-bind.js';