Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Aug 31, 2016
1 parent 5e7ff6e commit 41c1fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/plugin_event_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ myPlugin.on('addTopBar', function(callback) {
}
}
});
callback(btnList);
});
```

Expand Down
1 change: 1 addition & 0 deletions doc/plugin_event_list_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ myPlugin.on('addTopBar', function(callback) {
}
}
});
callback(btnList);
});
```

Expand Down

0 comments on commit 41c1fea

Please sign in to comment.