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:
parent
8d5f800e2f
commit
0c4cb309b0
6 changed files with 8 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue