mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
Back four commits ... Fixing named function expressions -> function declarations for IE. (grumble grumble)
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
_ref = require('./helpers'), include = _ref.include, count = _ref.count, starts = _ref.starts, compact = _ref.compact, last = _ref.last;
|
||||
exports.Lexer = (function() {
|
||||
Lexer = (function() {
|
||||
return function Lexer() {};
|
||||
function Lexer() {};
|
||||
return Lexer;
|
||||
})();
|
||||
Lexer.prototype.tokenize = function(code, options) {
|
||||
var o;
|
||||
|
||||
Reference in New Issue
Block a user