| Index: remoting/webapp/js_proto/sinon_proto.js
|
| diff --git a/remoting/webapp/js_proto/sinon_proto.js b/remoting/webapp/js_proto/sinon_proto.js
|
| index d7e1a2feeb352ca63d3a00891f7d7747d9ce3198..ff7eb960a70466545fa8f9820721073af9706e47 100644
|
| --- a/remoting/webapp/js_proto/sinon_proto.js
|
| +++ b/remoting/webapp/js_proto/sinon_proto.js
|
| @@ -86,6 +86,9 @@ sinon.Spy.prototype.called = false;
|
| /** @type {boolean} */
|
| sinon.Spy.prototype.calledOnce = false;
|
|
|
| +/** @type {boolean} */
|
| +sinon.Spy.prototype.calledTwice = false;
|
| +
|
| /** @type {function(...):boolean} */
|
| sinon.Spy.prototype.calledWith = function() {};
|
|
|
|
|