提交 01a29915 编写于 作者: R RubaXa

Merge branch 'dev' of github.com:RubaXa/Sortable into dev

......@@ -87,6 +87,9 @@
emitEvent = function (/** string */type, /** Event */evt) {
var method = options[type];
if (method && typeof method === "string") {
method = this[method];
}
method && typeof method === "function" && method.call(this, evt, this._sortableInstance);
}.bind(this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册