From 364b47bc45e6a2a24b0610fbdbb6f5ceb6a6eeb3 Mon Sep 17 00:00:00 2001 From: paulbalomiri Date: Sun, 4 May 2014 02:38:43 -0700 Subject: [PATCH] Update index.html The example for options->extend in map/unmap notation falsely uses option->custom even though it is in the extend chapter --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);