Added new enhanceWithin() method.

This commit is contained in:
Dick van den Brink
2014-01-14 22:28:29 +01:00
parent 7b2bc7f872
commit 4556398069
+2
View File
@@ -366,6 +366,8 @@ interface JQuerySupport {
interface JQuery {
enhanceWithin(): JQuery;
dialog(): JQuery;
dialog(command: string): JQuery;
dialog(options: DialogOptions): JQuery;