Removing unnecessary semicolons (required by TypeScript 0.9, shouldn't affect 0.8)

This commit is contained in:
Natan Vivo
2013-05-10 21:34:52 -03:00
parent aca1477da5
commit 2a27b18c05
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ interface JQueryContextMenuOptions {
};
callback?: (...args: any[]) => any;
items: any;
};
}
interface JQueryStatic {
contextMenu(options?: JQueryContextMenuOptions): JQuery;
+1 -1
View File
@@ -20,7 +20,7 @@ interface SimplePaginationOptions {
selectOnClick?: bool;
onPageClick?: (interger) => void;
onInit?: () => void;
};
}
interface JQuery {
pagination(options?: SimplePaginationOptions): JQuery;
+1 -1
View File
@@ -390,7 +390,7 @@ interface KnockoutTemplateSources {
new (element: Element): KnockoutTemplateSourcesDomElement;
};
};
}
//////////////////////////////////
// nativeTemplateEngine.js