projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5a9bbf1
)
Fixes require to be absolute.
author
dsc
<david.schoonover@gmail.com>
Sun, 19 Feb 2012 22:32:25 +0000 (14:32 -0800)
committer
dsc
<david.schoonover@gmail.com>
Sun, 19 Feb 2012 22:32:25 +0000 (14:32 -0800)
lib/underscore/index.co
patch
|
blob
|
history
diff --git
a/lib/underscore/index.co
b/lib/underscore/index.co
index
a2926e7
..
2f3bc94
100644
(file)
--- a/
lib/underscore/index.co
+++ b/
lib/underscore/index.co
@@
-1,8
+1,8
@@
_ = require 'underscore'
_.str = require 'underscore.string'
_.mixin _.str.exports()
-_.mixin require './underscore/underscore.array'
-_.mixin require './underscore/underscore.object'
+_.mixin require 'kraken/underscore/underscore.array'
+_.mixin require 'kraken/underscore/underscore.object'
module.exports = exports = _