We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 778b2f2 + f8c6513 commit 445f332Copy full SHA for 445f332
src/Black.js
@@ -325,7 +325,7 @@ class Black extends MessageDispatcher {
325
this.mIsRunning = false;
326
window.cancelAnimationFrame(this.mRAFHandle);
327
328
- console.log('%c <<< BUY BUY >>> ', 'background: #000; color: #fff;');
+ console.log('%c <<< BYE BYE >>> ', 'background: #000; color: #fff;');
329
}
330
331
/**
@@ -769,4 +769,4 @@ Black.numUpdates = 0;
769
* Limit for number of updates to be done per one RAF.
770
* @public
771
*/
772
-Black.maxUpdatesPerFrame = 60;
+Black.maxUpdatesPerFrame = 60;
0 commit comments