Skip to content

Commit 69f488b

Browse files
committed
Export Polymer function from polymer-legacy.js
1 parent a4bedbf commit 69f488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polymer-legacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
99
*/
1010

1111
import { LegacyElementMixin } from './lib/legacy/legacy-element-mixin.js';
12-
import './lib/legacy/polymer-fn.js';
12+
export {Polymer} from './lib/legacy/polymer-fn.js';
1313
/* template elements */
1414
import './lib/legacy/templatizer-behavior.js';
1515
import './lib/elements/dom-bind.js';

0 commit comments

Comments
 (0)