Simple prefetch functionality (ifvisible.js)

config:
[labs]
allow_prefetch
This commit is contained in:
RainLoop Team 2014-01-26 18:23:37 +04:00
parent b7e135a553
commit 38672e1672
18 changed files with 988 additions and 28 deletions

13
vendors/ifvisible/.jshintrc vendored Normal file
View file

@ -0,0 +1,13 @@
{
"boss": true,
"undef": false,
"white": false,
"eqeqeq": false,
"browser": true,
"devel": true,
"bitwise": false,
"quotmark": false,
"camelcase": false,
"strict": false,
"trailing": true
}