Skip to content

Commit

Permalink
Update by markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jul 22, 2011
1 parent 2eb24dd commit 6abc7f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
这个世界上不存在所谓回调函数深度嵌套的问题。 —— Jackson Tian(http://weibo.com/shyvo)
---
现在的,无深度嵌套的,并行的
---

var proxy = new EventProxy();
var render = function (template, data, l10n){
_.template(template, data);
Expand All @@ -19,9 +19,9 @@
// something
proxy.trigger("l10n", l10n);
});
---

过去的,深度嵌套的,串行的。
---

var render = function (template, data){
_.template(template, data);
};
Expand All @@ -35,8 +35,8 @@
});
});
});
---

For NodeJS user:
---

npm install EventProxy.js
---

0 comments on commit 6abc7f2

Please sign in to comment.