Add hashCode to externs.
This commit is contained in:
2
app.yaml
2
app.yaml
@@ -69,6 +69,8 @@ handlers:
|
|||||||
Strict-Transport-Security: max-age=31536000; includeSubDomains
|
Strict-Transport-Security: max-age=31536000; includeSubDomains
|
||||||
|
|
||||||
pagespeed:
|
pagespeed:
|
||||||
|
url_blacklist:
|
||||||
|
- https://www.cosmopolite.org/externs/*
|
||||||
enabled_rewriters:
|
enabled_rewriters:
|
||||||
- InlineImages
|
- InlineImages
|
||||||
- CollapseWhitespace
|
- CollapseWhitespace
|
||||||
|
|||||||
@@ -6,6 +6,15 @@
|
|||||||
* @author ian@cosmopolite.org (Ian Gulliver)
|
* @author ian@cosmopolite.org (Ian Gulliver)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return {number}
|
||||||
|
*/
|
||||||
|
String.prototype.hashCode = function() {};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see https://www.cosmopolite.org/reference#callbacks
|
* @see https://www.cosmopolite.org/reference#callbacks
|
||||||
* @typedef {{onConnect: (function()|undefined),
|
* @typedef {{onConnect: (function()|undefined),
|
||||||
|
|||||||
Reference in New Issue
Block a user