remove trailing space

This commit is contained in:
chriscamicas
2014-08-22 11:37:42 +02:00
parent de1c0be350
commit 6b2b14b81d
+1 -1
View File
@@ -545,7 +545,7 @@ interface KnockoutStatic {
writeValue(element: HTMLElement, value: any): void;
};
components: KnockoutComponents ;
components: KnockoutComponents;
}
interface KnockoutBindingProvider {