Commit Graph

15 Commits

Author SHA1 Message Date
Leonard Thieu
73fe002d3a Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped into jquery 2017-07-11 12:03:53 -04:00
Leonard Thieu
263ecda463 [jquery] Improve declaration of proxy().
Return a specific function type instead of Function.
Add support for passing null/undefined for context.
2017-07-11 11:20:18 -04:00
stonio
7db29def15 Fix comment syntax 2017-07-10 11:30:16 +02:00
stonio
8edb3e3b51 Remove import instructions 2017-07-10 11:29:24 +02:00
stonio
a18fdfd2f4 Create learn-tests.ts 2017-07-07 18:14:42 +02:00
Leonard Thieu
2ff6e2cad4 [jquery] offset() can return undefined on empty sets. 2017-06-26 08:00:00 -04:00
Leonard Thieu
22d76950f9 [jquery] Add Promise type that supports 3 parameters. 2017-06-25 13:52:07 -04:00
Leonard Thieu
4c54d08d3c [jquery] Allow passing output of $.parseHTML() directly to manipulation methods. 2017-06-23 14:57:03 -04:00
Leonard Thieu
a6390aea00 [jquery] Clean up methods on JQueryStatic.
Add tests for methods on JQueryStatic.
2017-06-23 12:31:10 -04:00
Leonard Thieu
798ce5ea69 [jquery] Clean up manipulation-, queue-, and traversing-related methods on JQuery.
Add tests for manipulation-, queue-, and traversing-related methods on JQuery.
2017-06-21 20:15:53 -04:00
Leonard Thieu
aa437becb7 [jquery] Fix issues with importing.
Fix the return type of the factory function.
Fix error with type assertions on JQueryStatic when importing jQuery.
2017-06-21 13:02:58 -04:00
Leonard Thieu
5b2eb2d872 [jquery] Fix imported JQueryStatic not returning a JQuery object when called with window. 2017-06-19 13:36:58 -04:00
Leonard Thieu
89b331e304 [jquery] width and height methods on JQuery can return undefined on empty sets.
Add tests for CSS-related methods on JQuery.
2017-06-18 18:19:18 -04:00
Leonard Thieu
c1a3c72e1a [jquery] Fix implicit 'any' type on variable in callback (occurs in 2.4-rc). 2017-06-15 13:51:32 -04:00
Leonard Thieu
6a556da667 [jquery] Update type definitions (new for v3). 2017-06-13 11:52:16 -04:00