| Index: remoting/webapp/js_proto/dom_proto.js
|
| diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js
|
| index 24f58d9c891b8d4413fe67982cffe4723687929e..d739dd471baaddb50c3925c082b3a00ea1edc23b 100644
|
| --- a/remoting/webapp/js_proto/dom_proto.js
|
| +++ b/remoting/webapp/js_proto/dom_proto.js
|
| @@ -114,6 +114,11 @@ Event.prototype.initMouseEvent = function(
|
| /** @type {Object} */
|
| Event.prototype.data = {};
|
|
|
| +/**
|
| + * @param {*} value
|
| + * @return {boolean} whether value is an integer or not.
|
| + */
|
| +Number.isInteger = function(value) {};
|
|
|
| // Chrome implements XMLHttpRequest.responseURL starting from Chrome 37.
|
| /** @type {string} */
|
|
|