Skip to content

Commit 1625120

Browse files
authored
Merge pull request #2 from mehdiRma10/master
erasing forgotten die -_-
2 parents e97122d + 7155675 commit 1625120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CssEditor/CSS/RuleSet/DeclarationBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function __construct($iLineNo = 0) {
2525
}
2626

2727
public function setSelectors($mSelector) {
28-
die('ss');
28+
2929
if (is_array($mSelector)) {
3030
$this->aSelectors = $mSelector;
3131
}

0 commit comments

Comments
 (0)