Skip to content

Commit

Permalink
Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Sep 29, 2014
1 parent 25f96c8 commit c0e1432
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 c0e1432

Please sign in to comment.