mirror of
https://github.com/less/less.js.git
synced 2026-02-06 04:55:03 -05:00
(minor) add missing semi-colon
This commit is contained in:
@@ -11,7 +11,7 @@ tree.Condition.prototype.eval = function (env) {
|
||||
var a = this.lvalue.eval(env),
|
||||
b = this.rvalue.eval(env);
|
||||
|
||||
var i = this.index, result
|
||||
var i = this.index, result;
|
||||
|
||||
var result = (function (op) {
|
||||
switch (op) {
|
||||
|
||||
Reference in New Issue
Block a user