trading the cs> prompt for the coffee> prompt

This commit is contained in:
Jeremy Ashkenas
2009-12-26 00:18:24 -08:00
parent ff78546465
commit d59ef71642
3 changed files with 21 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
(function(){
var coffeescript, factories, loader;
// This (javascript) file is generated from lib/coffee_script/narwhal/loader.coffee
var coffeescript = null;
var factories = {
coffeescript = null;
factories = {
};
var loader = {
loader = {
// Reload the coffee-script environment from source.
reload: function(topId, path) {
coffeescript = coffeescript || require('coffee-script');