Skip to content

Commit

Permalink
Export Polymer function from polymer-legacy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Apr 16, 2018
1 parent a4bedbf commit 69f488b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 69f488b

Please sign in to comment.