mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
moved the coffeescript extension over from .cs to .coffee -- let's leave C# in peace. Changed array comprehensions to always return their mapped result, even when unassigned
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(function(){
|
||||
|
||||
// This (javascript) file is generated from lib/coffee_script/narwhal/loader.cs
|
||||
// This (javascript) file is generated from lib/coffee_script/narwhal/loader.coffee
|
||||
var coffeescript = null;
|
||||
var factories = {
|
||||
};
|
||||
@@ -16,5 +16,5 @@
|
||||
return factories[topId] = factories[topId] || this.reload(topId, path);
|
||||
}
|
||||
};
|
||||
require.loader.loaders.unshift([".cs", loader]);
|
||||
require.loader.loaders.unshift([".coffee", loader]);
|
||||
})();
|
||||
Reference in New Issue
Block a user