mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Create jquery.simulate-tests.ts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/// <reference path="jquery.simulate-tests.d.ts"/>
|
||||
|
||||
var $element = $("body");
|
||||
|
||||
$element.simulate("click");
|
||||
$element.simulate("mousewheel", { detail: 50 });
|
||||
Reference in New Issue
Block a user