mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Removing unnecessary semicolons (required by TypeScript 0.9, shouldn't affect 0.8)
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ interface JQueryContextMenuOptions {
|
||||
};
|
||||
callback?: (...args: any[]) => any;
|
||||
items: any;
|
||||
};
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
contextMenu(options?: JQueryContextMenuOptions): JQuery;
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ interface SimplePaginationOptions {
|
||||
selectOnClick?: bool;
|
||||
onPageClick?: (interger) => void;
|
||||
onInit?: () => void;
|
||||
};
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
pagination(options?: SimplePaginationOptions): JQuery;
|
||||
|
||||
Vendored
+1
-1
@@ -390,7 +390,7 @@ interface KnockoutTemplateSources {
|
||||
|
||||
new (element: Element): KnockoutTemplateSourcesDomElement;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
//////////////////////////////////
|
||||
// nativeTemplateEngine.js
|
||||
|
||||
Reference in New Issue
Block a user