提交 52dc6fa8 编写于 作者: R RubaXa

#545: + shortcut for set options

上级 4d788bae
......@@ -49,6 +49,9 @@
else if (typeof sortable[options] === 'function') {
retVal = sortable[options].apply(sortable, [].slice.call(arguments, 1));
}
else if (options in sortable.options) {
retVal = sortable.option.apply(sortable, arguments);
}
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册