diff --git a/platform/representation/test/actions/ContextMenuActionSpec.js b/platform/representation/test/actions/ContextMenuActionSpec.js index 58ba276c80..f1b700c879 100644 --- a/platform/representation/test/actions/ContextMenuActionSpec.js +++ b/platform/representation/test/actions/ContextMenuActionSpec.js @@ -149,7 +149,7 @@ define( // Find and fire body's mousedown listener mockMenu.on.calls.forEach(function (call) { if (call.args[0] === 'mousedown') { -// call.args[1](); + call.args[1](); } }); @@ -174,7 +174,7 @@ define( mockMenu.on.calls.forEach(function (call) { if (call.args[0] === 'touchstart') { -// call.args[1](); + call.args[1](); } }); });