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
/
sticky-js-bug.js
7 lines
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
//----------------Sticky.js bug example
//used as grunt build script
(
function
(
$
){
//#include "./incs/src/utils.js"
//#include "./incs/src/monitor.js"
//#include "./incs/src/sticky.js"
})(
window
.
jQuery
||
window
.
Zepto
);