This commit is contained in:
vitalets
2012-11-09 12:58:42 +04:00
commit ccdff0ee51
160 changed files with 83260 additions and 0 deletions

5
test/main.js Normal file
View File

@@ -0,0 +1,5 @@
var fx, sfx;
$(function () {
$.fx.off = true;
$.support.transition = false;
});