mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
fix whitespace
This commit is contained in:
@@ -5,7 +5,7 @@ tree.Extend = function Extend(selector, option, index) {
|
||||
this.option = option;
|
||||
this.index = index;
|
||||
this.object_id = tree.Extend.next_id++;
|
||||
this.parent_ids = [this.object_id];
|
||||
this.parent_ids = [this.object_id];
|
||||
|
||||
switch(option) {
|
||||
case "all":
|
||||
|
||||
Reference in New Issue
Block a user