8000 Fix bug global leaks, `;` to `,` · tanangular/less.js@8ef3824 · GitHub
[go: up one dir, main page]

Skip 8000 to content

Commit 8ef3824

Browse files
committed
Fix bug global leaks, ; to ,
1 parent 3722e83 commit 8ef3824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/less/tree/extend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tree.Extend = function Extend(elements, index) {
66
};
77

88
tree.Extend.prototype.eval = function Extend_eval(env) {
9-
var selfSelectors = findSelfSelectors(env.selectors);
9+
var selfSelectors = findSelfSelectors(env.selectors),
1010
targetValue = this.selector.elements[0].value;
1111

1212
env.frames.forEach(function(frame) {

0 commit comments

Comments
 (0)
0