Fix a typo

This commit is contained in:
Evert Timberg
2015-04-11 19:42:54 -04:00
parent 3e59438646
commit 9a13dd78fc

View File

@@ -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);
}
},