mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-15 01:11:18 +08:00
Use socketio for syncing task changes across clients
This commit is contained in:
@@ -2,13 +2,5 @@ var app = app || {};
|
||||
var ENTER_KEY = 13;
|
||||
|
||||
$(function(){
|
||||
|
||||
var tasks = [
|
||||
{content: 'helloworld'},
|
||||
{content: 'wtf'},
|
||||
{content: 'rotterdam'},
|
||||
{content: 'hahahah'}
|
||||
];
|
||||
|
||||
new app.ListView(tasks);
|
||||
new app.ListView();
|
||||
});
|
||||
Reference in New Issue
Block a user