mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-14 01:10:13 +08:00
Change in directory structure
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
var app = app || {};
|
||||
var ENTER_KEY = 13;
|
||||
|
||||
$(function(){
|
||||
|
||||
var tasks = [
|
||||
{content: 'helloworld'},
|
||||
{content: 'wtf'},
|
||||
{content: 'rotterdam'},
|
||||
{content: 'hahahah'}
|
||||
];
|
||||
|
||||
new app.ListView(tasks);
|
||||
});
|
||||
Reference in New Issue
Block a user