Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Jan 28, 2015
1 parent 0e8fa7f commit 7175944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ require(["eventproxy"], function (EventProxy) {

```js
var ep = new EventProxy();
ep.all('tpl', 'data', function (tpl, data) {
ep.all('tpl', 'data', function (tpl, data) { // or ep.all(['tpl', 'data'], function (tpl, data) {})
// 在所有指定的事件触发后,将会被调用执行
// 参数对应各自的事件名
});
Expand Down

0 comments on commit 7175944

Please sign in to comment.