removing the vendored optparse in favor of a pure-coffeescript optparse library

This commit is contained in:
Jeremy Ashkenas
2010-02-14 15:16:33 -05:00
parent 9de729e825
commit e77f4f61aa
11 changed files with 202 additions and 644 deletions

View File

@@ -706,7 +706,7 @@
};
// JavaScript templating a-la ERB, pilfered from John Resig's
// "Secrets of the JavaScript Ninja", page 83.
// Single-quotea fix from Rick Strahl's version.
// Single-quote fix from Rick Strahl's version.
_.template = function template(str, data) {
var c, fn;
c = _.templateSettings;