Commit Graph

11 Commits

Author SHA1 Message Date
Péter Kovács
f20bfbfba3 [tether-drop] Improve beforeClose function signature (#14145)
beforeClose function in the type definition has no parameters, yet in drop source code (DropInstance class, beforeCloseHandler method) two parameters are passed to this function.
First the JavaScript event object, that triggered the close, and then the drop instance object. The signature was updated to reflect this.
2017-01-20 09:55:59 -08:00
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Andy Hanson
b02b9903cc Merge commit 'origin/master~100' into merge_21sep 2016-09-21 08:13:15 -07:00
Péter Kovács
605baa5cb4 [tether-drop] Fix test containing 'drop' property 2016-09-13 10:51:45 +02:00
Péter Kovács
a99a95390e [tether-drop] Remove 'drop' property since it is undocumented 2016-09-13 10:50:15 +02:00
Péter Kovács
ce96198da7 [tether-drop] Rename 'element' property in test 2016-09-07 12:42:40 +02:00
Péter Kovács
ad87335d69 [tether-drop] Rename 'element' property name to 'drop' 2016-09-07 10:04:36 +02:00
Andy
35ddab3f4a Delete tether-drop.d.ts, which has been replaced by tether-drop/index.d.ts (#10995) 2016-09-07 00:25:44 +09:00
Nathan Shively-Sanders
14fb8ef536 Merge branch 'master' into types-2.0-2016-08-12 2016-08-12 14:53:54 -07:00
André Werlang
1317f2fdf4 rename drop to tether-drop to adhere to npm registry 2016-08-10 15:31:42 -03:00