mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 07:54:04 +01:00
Fix a typo
This commit is contained in:
@@ -2093,7 +2093,7 @@
|
||||
});
|
||||
|
||||
// If there are no animations queued, manually kickstart a digest, for lack of a better word
|
||||
if(!this.animations.length){
|
||||
if (this.animations.length) {
|
||||
helpers.requestAnimFrame(this.startDigest);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user