mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
var app = app || {};
|
|
var ENTER_KEY = 13;
|
|
|
|
$(function(){
|
|
new app.ListView();
|
|
}); |