mirror of
https://github.com/rubyjs/therubyrhino
synced 2023-03-27 23:21:34 -04:00
6c84e6bf87
this is the cause of the reported regression (closes #25)
3 lines
No EOL
78 B
JavaScript
3 lines
No EOL
78 B
JavaScript
Loop = {};
|
|
Loop.toString = function() { return 'Loop'; };
|
|
exports.Loop = Loop; |