Skip to content

Commit 683a3bc

Browse files
committed
changed function usage instead of lambda (uglify in grunt)
1 parent 2aa358e commit 683a3bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/breinify-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15386,7 +15386,7 @@ dependencyScope.jQuery = $;;
1538615386
}, {
1538715387
'timeout': 150
1538815388
});
15389-
}).catch(e => {
15389+
}).catch(function(e) {
1539015390
_self.resolvedGeoLocation = true;
1539115391
callback(null);
1539215392
});

dist/breinify-api.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/BreinifyUser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
}, {
152152
'timeout': 150
153153
});
154-
}).catch(e => {
154+
}).catch(function(e) {
155155
_self.resolvedGeoLocation = true;
156156
callback(null);
157157
});

0 commit comments

Comments
 (0)