Skip to content

Commit 58fc4c9

Browse files
authored
fix(externs): fix window var provided extern (#93)
1 parent 36f81f8 commit 58fc4c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

externs/firebase-externs.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Buffer.prototype.toString = function(encoding) { return 'dummy'; };
2929

3030
// Browser externs
3131
var MozWebSocket;
32-
/**
33-
* @param {!string} input
34-
* @return {!string}
35-
*/
36-
var atob = function(input) { return ''; };
3732

3833
// WinRT
3934
var Windows;

0 commit comments

Comments
 (0)