Skip to content

Commit

Permalink
Merge pull request apache#12674 from clChenLiang/master
Browse files Browse the repository at this point in the history
docs(scheduler): fix the spell error
  • Loading branch information
susiwen8 committed May 21, 2020
2 parents 4e5c6f7 + 31aaec0 commit 36754fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/Scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var proto = Scheduler.prototype;
* @param {Object} payload
*/
proto.restoreData = function (ecModel, payload) {
// TODO: Only restroe needed series and components, but not all components.
// TODO: Only restore needed series and components, but not all components.
// Currently `restoreData` of all of the series and component will be called.
// But some independent components like `title`, `legend`, `graphic`, `toolbox`,
// `tooltip`, `axisPointer`, etc, do not need series refresh when `setOption`,
Expand Down

0 comments on commit 36754fc

Please sign in to comment.