Fix for TS 0.9.1

Removed extra overload of ensureSelectElementIsRenderedCorrectly to
prevent this compiler error with TS 0.9.1: "error TS2175: Overloads
cannot differ only by return type.".  Also amended jasmine switching
bool to boolean so tests pass.
This commit is contained in:
John Reilly
2013-08-07 11:00:22 +01:00
parent aadb08f0bd
commit c848fbb3fa
2 changed files with 29 additions and 31 deletions
-2
View File
@@ -298,8 +298,6 @@ interface KnockoutUtils {
setElementName(element: any, name: string): void;
ensureSelectElementIsRenderedCorrectly(selectElement);
forceRefresh(node: any): void;
ensureSelectElementIsRenderedCorrectly(selectElement: any): void;