added input to create task for first time, a page view which will handle the input and add to the list

This commit is contained in:
floydpraveen
2013-08-17 02:29:43 +05:30
parent b9d87cd936
commit 6ac328dd44
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ var app = app || {};
var ENTER_KEY = 13;
$(function(){
new app.ListView();
new app.Page();
});