Skip to content

Commit 445f332

Browse files
authored
Merge branch 'master' into v0.6.x-dev
2 parents 778b2f2 + f8c6513 commit 445f332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Black.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class Black extends MessageDispatcher {
325325
this.mIsRunning = false;
326326
window.cancelAnimationFrame(this.mRAFHandle);
327327

328-
console.log('%c <<< BUY BUY >>> ', 'background: #000; color: #fff;');
328+
console.log('%c <<< BYE BYE >>> ', 'background: #000; color: #fff;');
329329
}
330330

331331
/**
@@ -769,4 +769,4 @@ Black.numUpdates = 0;
769769
* Limit for number of updates to be done per one RAF.
770770
* @public
771771
*/
772-
Black.maxUpdatesPerFrame = 60;
772+
Black.maxUpdatesPerFrame = 60;

0 commit comments

Comments
 (0)