diff --git a/test/javascript/unittest.js b/test/javascript/unittest.js index 64098b5..3715aaf 100644 --- a/test/javascript/unittest.js +++ b/test/javascript/unittest.js @@ -6,6 +6,7 @@ // For details, see the script.aculo.us web site: http://script.aculo.us/ // experimental, Firefox-only +var asma=0 Event.simulateMouse = function(element, eventName) { var options = Object.extend({ pointerX: 0, @@ -563,4 +564,4 @@ Test.context = function(name, spec, log){ } } new Test.Unit.Runner(compiledSpec, { titles: titles, testLog: log || 'testlog', context: name }); -}; \ No newline at end of file +};