Skip to content

Commit 2a01f0b

Browse files
committed
adjust README
1 parent c25dd0f commit 2a01f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ import MULTI_DATA_MODULE from 'js-multi-data-module';
8585
}
8686
],
8787
on: {
88-
Update: function(data){
89-
console.log(data);
88+
Update: function(data, count){
89+
console.log(data, count);
9090
},
9191
Complete: function(data, list){
9292
console.log(data, list);

0 commit comments

Comments
 (0)