Change in directory structure

This commit is contained in:
Abhishek Das
2013-03-25 01:23:09 +05:30
parent e53369a5a2
commit 93400554fd
20 changed files with 1884 additions and 0 deletions
-14
View File
@@ -1,14 +0,0 @@
var app = app || {};
var ENTER_KEY = 13;
$(function(){
var tasks = [
{content: 'helloworld'},
{content: 'wtf'},
{content: 'rotterdam'},
{content: 'hahahah'}
];
new app.ListView(tasks);
});