Skip to content

Commit

Permalink
fix(externs): fix window var provided extern (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcrowthe committed Jul 7, 2017
1 parent 36f81f8 commit 58fc4c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions externs/firebase-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ Buffer.prototype.toString = function(encoding) { return 'dummy'; };

// Browser externs
var MozWebSocket;
/**
* @param {!string} input
* @return {!string}
*/
var atob = function(input) { return ''; };

// WinRT
var Windows;
Expand Down

0 comments on commit 58fc4c9

Please sign in to comment.