Browse Source

Local cache disabled by default

pull/2300/head
jlukic 10 years ago
parent
commit
57702c1eb4
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/behaviors/api.js

2
src/definitions/behaviors/api.js

@ -883,7 +883,7 @@ $.api.settings = {
performance : true,
// cache
cache : 'local',
cache : true,
// event binding
on : 'auto',

Loading…
Cancel
Save