diff --git a/index.html b/index.html index fc3134d..dcf5fd4 100644 --- a/index.html +++ b/index.html @@ -172,7 +172,7 @@

extend - processing option

There is also this alternate syntax if you need to do unmapping:

 options:{ 
-    custom:{
+    extend:{
         "{root}.users[i]": {
             map:function(mapped){
                 mapped.isDeleted= ko.observable(false);