1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

getting rid of excessive spaces after Class.name = "Class" assignment

This commit is contained in:
Michael Ficarra 2011-12-24 06:49:21 -05:00
parent 8d5f800e2f
commit 0c4cb309b0
6 changed files with 8 additions and 30 deletions

View file

@ -2,6 +2,7 @@
var LONG_FLAG, MULTI_FLAG, OPTIONAL, OptionParser, SHORT_FLAG, buildRule, buildRules, normalizeArguments;
exports.OptionParser = OptionParser = (function() {
OptionParser.name = 'OptionParser';
function OptionParser(rules, banner) {