| Index: remoting/webapp/js_proto/qunit_proto.js
|
| diff --git a/remoting/webapp/js_proto/qunit_proto.js b/remoting/webapp/js_proto/qunit_proto.js
|
| index 2b2816c1896235ffd441b1fbcc166f14e9c52a34..f680b199a1d552b8d3500ec5511cf9d326ac7e5c 100644
|
| --- a/remoting/webapp/js_proto/qunit_proto.js
|
| +++ b/remoting/webapp/js_proto/qunit_proto.js
|
| @@ -86,4 +86,4 @@ QUnit.module = function(desc, opt_args) {};
|
| * @param {string} desc
|
| * @param {function(QUnit.Assert)} f
|
| */
|
| -QUnit.test = function(desc, f) {};
|
| +QUnit.test = function(desc, f) {};
|
|
|