Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 942e64f

Browse files
committed
(chore): Code cleanup
1 parent 46e39f4 commit 942e64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ firebase._gIDAuthentication = null;
1414
firebase._cachedInvitation = null;
1515
firebase._cachedDynamicLink = null;
1616

17-
export let invokeOnRunLoop = (function () {
17+
let invokeOnRunLoop = (function () {
1818
var runloop = CFRunLoopGetMain();
1919
return function (func) {
2020
CFRunLoopPerformBlock(runloop, kCFRunLoopDefaultMode, func);

0 commit comments

Comments
 (0)