Skip to content

Commit

Permalink
spelling: readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent bbe54cc commit ff294a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/property-effects.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
});

test('no read-only observer called with assignment', function() {
el.readolyvalue = 46;
el.readonlyvalue = 46;
assert.equal(el.observerCounts.readonlyvalueChanged, 0, 'observer should not be called for readOnly prop assignment');
});

Expand Down

0 comments on commit ff294a9

Please sign in to comment.