mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Move version to ElementMixin prototype
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user