提交 f5599841 编写于 作者: C Catouse

* fixed syntax errors of javascript.

上级 a1c0faef
......@@ -11,7 +11,7 @@
this.init();
};
AutoTrigger.DEFAULTS =
AutoTrigger.DEFAULTS =
{
trigger: 'toggle',
selector: null,
......@@ -21,9 +21,9 @@
events: 'click',
preventDefault: true,
cancelBubble: true,
target: null,
target: null
//,before:
//,after:
//,after:
}; // default options
AutoTrigger.prototype.getOptions = function (options)
......
......@@ -204,7 +204,7 @@
$.ajax(
{
url: url,
dataType: 'html',
dataType: 'html'
})
.done(function(data)
{
......
......@@ -60,7 +60,7 @@
minColWidth: 20, // min width of columns
minFixedLeftWidth: 200, // min left width
minFixedRightWidth: 200, // min right width
minFlexAreaWidth: 200, // min flexarea width
minFlexAreaWidth: 200 // min flexarea width
};
// Get options
......
......@@ -157,7 +157,7 @@
that.left += e.smallOffset.x;
that.top += e.smallOffset.y;
that.refreshSize();
},
}
});
this.$controller.children('.control').draggable(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册