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

reverting 63ab88

This commit is contained in:
Jeremy Ashkenas 2011-12-14 10:39:20 -05:00
parent b12be3188f
commit c9a0a33fa2
14 changed files with 48 additions and 2 deletions

View file

@ -63,6 +63,7 @@
};
return OptionParser;
})();
LONG_FLAG = /^(--\w[\w\-]+)/;
@ -117,4 +118,5 @@
}
return result;
};
}).call(this);