Merge pull request #12873 from kant2002/patch-9

Add global `onError` handler for knockout 3.4.0
This commit is contained in:
Igor Oleinikov
2016-11-23 21:30:12 -08:00
committed by GitHub
+6
View File
@@ -587,6 +587,12 @@ interface KnockoutStatic {
/////////////////////////////////
tasks: KnockoutTasks;
/////////////////////////////////
// utils.js
/////////////////////////////////
onError?: (error: Error) => void;
}
interface KnockoutBindingProvider {