From 92d4bf7b072f210e65ea85b93a611a91c446d07d Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 18 Aug 2016 21:45:46 -0700 Subject: [PATCH] Refactoring MutableObject --- index.html | 6 +- src/api/objects/MutableObject.js | 12 --- src/api/objects/MutableObjectSpec.js | 22 +++--- tutorials/todo/todo.js | 111 ++++++++++++--------------- 4 files changed, 64 insertions(+), 87 deletions(-) diff --git a/index.html b/index.html index 454d712480..d8297d3d4a 100644 --- a/index.html +++ b/index.html @@ -31,10 +31,12 @@