Merge pull request #338 from danludwig/danludwig/work

Remove ko.utils.setTextContent from public knockout utils API surface.
This commit is contained in:
Diullei Gomes
2013-02-25 13:15:10 -08:00
+1 -1
View File
@@ -337,7 +337,7 @@ interface KnockoutUtils {
toggleDomNodeCssClass(node: any, className: string, shouldHaveClass: bool): void;
setTextContent(element: any, textContent: string): void;
//setTextContent(element: any, textContent: string): void; // NOT PART OF THE MINIFIED API SURFACE (ONLY IN knockout-{version}.debug.js) https://github.com/SteveSanderson/knockout/issues/670
setElementName(element: any, name: string): void;