mode beta ready

This commit is contained in:
vitalets
2013-01-04 11:09:22 +04:00
parent d375c57e97
commit eca57a4060
10 changed files with 86 additions and 59 deletions

@ -19,7 +19,8 @@ require(["loader", jqurl], function(loader) {
function() {
//disable effects
$.fx.off = true;
$.support.transition = false;
$.support.transition = false;
$.fn.editable.defaults.mode = params.c === 'inline' ? 'inline' : 'popup';
QUnit.load();
QUnit.start();