UNPKG
homemade
Version:
latest (0.3.6)
0.3.6
0.3.4
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.1
0.1.0
C-like JS preprocessor
github.com/dfcreative/homemade
dfcreative/homemade
homemade
/
test
/
incs
/
src
/
monitor.js
5 lines
•
141 B
JavaScript
View Raw
1
2
3
4
5
//observes scroll, resizing, changes of container size, ticks scroll, recalcs
//singleton
function
Monitor
()
{
this
.create.
apply
(
this
); }