Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
(minor) add missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jan 15, 2012
1 parent 469f568 commit e8ac71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/less/tree/condition.js
Expand Up @@ -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) {
Expand Down

0 comments on commit e8ac71c

Please sign in to comment.