mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
compile InfinityLiterals to 2e308
This commit is contained in:
@@ -561,7 +561,7 @@
|
||||
}
|
||||
|
||||
InfinityLiteral.prototype.compileNode = function() {
|
||||
return [this.makeCode('Infinity')];
|
||||
return [this.makeCode('2e308')];
|
||||
};
|
||||
|
||||
return InfinityLiteral;
|
||||
|
||||
Reference in New Issue
Block a user