Skip to content

Commit

Permalink
Clean up exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 19, 2018
1 parent 65d73f1 commit 0b75920
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 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';
export {Polymer} from './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 All @@ -21,9 +21,7 @@ import './lib/elements/custom-style.js';
/* bc behaviors */
import './lib/legacy/mutable-data-behavior.js';
/* import html-tag to export html */
import { html as html$0 } from './lib/utils/html-tag.js';
export { html } from './lib/utils/html-tag.js';

// bc
export const Base = LegacyElementMixin(HTMLElement).prototype;

export { html$0 as html };

0 comments on commit 0b75920

Please sign in to comment.