We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9446e7a commit 2d34f3eCopy full SHA for 2d34f3e
lib/CSSValue.js
@@ -16,7 +16,7 @@ CSSOM.CSSValue.prototype = {
16
constructor: CSSOM.CSSValue,
17
18
// @see: http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSValue
19
- set cssText() {
+ set cssText(text) {
20
var name = this._getConstructorName();
21
22
throw new Exception('DOMException: property "cssText" of "' + name + '" is readonly!');
0 commit comments