From 3c07bdcbbf4a2e2248037528a61210bb6656bf14 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 11 Mar 2012 22:57:36 -0400 Subject: [PATCH] fixed race condition on delete item --- app/appinfo.json | 2 +- app/index.html | 4 ++++ app/source/TodoList.js | 10 +++++++++- pkg/packageinfo.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/appinfo.json b/app/appinfo.json index 97e0d55..53e3fe9 100644 --- a/app/appinfo.json +++ b/app/appinfo.json @@ -1,6 +1,6 @@ { "id": "com.monkeystew.todotxtenyo.beta", - "version": "0.1.0", + "version": "0.1.1", "vendor": "Monkeystew", "type": "web", "main": "index.html", diff --git a/app/index.html b/app/index.html index bb93b50..10702e7 100644 --- a/app/index.html +++ b/app/index.html @@ -16,6 +16,10 @@ appInstance.renderInto(document.body);