Skip to content

Commit 872094a

Browse files
author
Steven Orvell
committed
Remove cruft from test
1 parent 9c6f266 commit 872094a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/unit/disable-upgrade.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ <h2 id="element">[[prop]]</h2>
7878
import { Class as PolymerClass } from '../../lib/legacy/class.js';
7979
import { Polymer } from '../../lib/legacy/polymer-fn.js';
8080

81-
// enable disable upgrade!
82-
const origPolymerClass = PolymerClass;
83-
84-
Polymer.Class = function(info) {
85-
const ctor = origPolymerClass(info);
86-
return DisableUpgradeMixin(ctor);
87-
};
88-
8981
Polymer({
9082
is: 'x-disabled-legacy',
9183
properties: {

0 commit comments

Comments
 (0)