You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Prevent errors in browsers that don't support FileError; TODO: This is hokey
if ((self.FileError === undefined) || (FileError === undefined)) {
var FileError = function() {};
FileError.prototype.prototype = Error.prototype;
}
Chrome 32.0.1700.102 shows the following console warning:
The text was updated successfully, but these errors were encountered: