move libs to tests

This commit is contained in:
vitalets
2012-11-20 19:51:15 +04:00
parent c2ea1e224f
commit 4c94f7101a
91 changed files with 11 additions and 19998 deletions
libs
src/containers
test
index.html
libs
bootstrap221
jquery-ui-1.9.1.custom
jquery
mockjax
poshytip
qunit
unit

@ -4,6 +4,7 @@ $(function () {
setup: function(){
fx = $('#async-fixture');
delete $.fn.editable.defaults.name;
$.support.transition = false;
}
});

@ -3,6 +3,7 @@
module("common", {
setup: function() {
fx = $('#async-fixture');
$.support.transition = false;
}
});