Skip to content

Commit

Permalink
Remove cruft from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jul 12, 2019
1 parent 9c6f266 commit 872094a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/unit/disable-upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ <h2 id="element">[[prop]]</h2>
import { Class as PolymerClass } from '../../lib/legacy/class.js';
import { Polymer } from '../../lib/legacy/polymer-fn.js';

// enable disable upgrade!
const origPolymerClass = PolymerClass;

Polymer.Class = function(info) {
const ctor = origPolymerClass(info);
return DisableUpgradeMixin(ctor);
};

Polymer({
is: 'x-disabled-legacy',
properties: {
Expand Down

0 comments on commit 872094a

Please sign in to comment.