Skip to content

Commit

Permalink
完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
kindy61 committed Jun 8, 2011
1 parent 0431642 commit 45b811d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -211,8 +211,8 @@ loader 内部是根据每个 ns 的 path 设置来计算模块名到加载路径
当需要从某个 ns 加载大量模块的时候,可以使用此函数,
免去给每个模块都添加 `@ns` 的麻烦

require("a@lib", "b@lib", cb) 等价于
require.at("lib")("a", "b", cb)
`require("a@lib", "b@lib", cb)` 等价于
`require.at("lib")("a", "b", cb)`


## module._genDepsDot()
Expand Down

0 comments on commit 45b811d

Please sign in to comment.