UNPKG
hybridstart
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.0.1
1.0.0
A hybrid application development framework
github.com/tower1229/HybridStart
tower1229/HybridStart
hybridstart
/
view
/
demo
/
pull
/
content.js
16 lines
(14 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* * layout */
define
(
function
(
require
) {
var
$ = app.
util
; app.
ready
(
function
(
) { app.
pull
.
init
(
function
(
){
setTimeout
(
function
(
){ $(
'#list'
)[
0
].
innerHTML
= (
'refreshed at: '
+
new
Date
()); app.
pull
.
stop
(); },
1000
); }); }); });