Skip to content

Commit

Permalink
Merge pull request #2209 from joscha/patch-2
Browse files Browse the repository at this point in the history
Remove unnecessary semicolon
  • Loading branch information
lukeapage committed Oct 6, 2014
2 parents 25f96c8 + c0e1432 commit 07404d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/require.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
//
function require(arg) {
return window.less[arg.split('/')[1]];
};
}

0 comments on commit 07404d6

Please sign in to comment.