mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
Merge pull request #2209 from joscha/patch-2
Remove unnecessary semicolon
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
//
|
||||
function require(arg) {
|
||||
return window.less[arg.split('/')[1]];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user