diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-26 14:19:49 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-26 14:19:49 -0500 |
| commit | e4393504176dc4da117fde95fc10181a2ea6f929 (patch) | |
| tree | 1d33db0f4a66edf23dc8b7149bfd080eb2433268 /js/printer.js | |
| parent | 9b1563a3fb98f04c8280a8840b7dce4f3549234d (diff) | |
| download | mal-e4393504176dc4da117fde95fc10181a2ea6f929.tar.gz mal-e4393504176dc4da117fde95fc10181a2ea6f929.zip | |
JS: switch from josh.js console to jqconsole.
js/web/jqconsole.min.js and web/ansi.css are from
https://github.com/replit/jq-console and licensed MIT.
Diffstat (limited to 'js/printer.js')
| -rw-r--r-- | js/printer.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/printer.js b/js/printer.js index 5f0e03d..f3836e0 100644 --- a/js/printer.js +++ b/js/printer.js @@ -6,11 +6,6 @@ if (typeof module !== 'undefined') { printer.println = exports.println = function () { console.log.apply(console, arguments); }; -} else { - var exports = printer; - printer.println = function() { - readline.println.apply(null, arguments); // josh_readline.js - } } function _pr_str(obj, print_readably) { |
