Skip to content

Commit cd7c91f

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Convert react-native-github/Libraries to let/const
Reviewed By: sahrens Differential Revision: D7961763 fbshipit-source-id: ff7dd1d2c7101c8019e0b4f844d8c377b4d13a13
1 parent dca21c8 commit cd7c91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/BatchedBridge/MessageQueue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class MessageQueue {
249249
global.nativeFlushQueueImmediate &&
250250
now - this._lastFlush >= MIN_TIME_BETWEEN_FLUSHES_MS
251251
) {
252-
var queue = this._queue;
252+
const queue = this._queue;
253253
this._queue = [[], [], [], this._callID];
254254
this._lastFlush = now;
255255
global.nativeFlushQueueImmediate(queue);

0 commit comments

Comments
 (0)