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

Commit b0112a9

Browse files
let there be vars
1 parent ec116aa commit b0112a9

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
@@ -19,7 +19,7 @@ firebase._cachedDynamicLink = null;
1919
* thanks to Alexander Ziskind found on:
2020
* http://nuvious.com/Blog/2016/7/5/calling-dispatch_async-in-nativescript
2121
*/
22-
let invokeOnRunLoop = (function () {
22+
var invokeOnRunLoop = (function () {
2323
var runloop = CFRunLoopGetMain();
2424
return function (func) {
2525
CFRunLoopPerformBlock(runloop, kCFRunLoopDefaultMode, func);

0 commit comments

Comments
 (0)