Move version to ElementMixin prototype

This commit is contained in:
Tim van der Lippe
2018-08-14 12:44:33 +02:00
parent 05c62f4442
commit 2957e9d4b8
3 changed files with 18 additions and 6 deletions

View File

@@ -397,6 +397,9 @@ suite('class extends Polymer.Element', function() {
assert.equal(fixtureEl.getAttribute('prop'), 'propValue');
});
test('version', function() {
assert.isOk(el.constructor.polymerElementVersion);
});
});
suite('subclass', function() {