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.
2 parents 9446e7a + 2d34f3e commit d219270Copy full SHA for d219270
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