Skip to content

Commit a902904

Browse files
committed
Fixed CSSValue
1 parent 77a8da9 commit a902904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/CSSValue.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,16 @@ class CSSOriginVariable extends CSSPrimitiveValue {
117117
*/
118118
private $variable;
119119

120+
private $jsmode;
121+
120122
/**
121123
* @var string The proccessed variable
122124
*/
123125
private $processed = null;
124126

125127
public function __construct($v){
126128
$this->variable = $v;
129+
$this->jsmode = false;
127130
}
128131

129132
/**

0 commit comments

Comments
 (0)