提交 39856c01 编写于 作者: L Lebedev Konstantin

Merge pull request #14 from scttnlsn/master

Add CommonJS support
......@@ -11,6 +11,9 @@
if( typeof define === "function" && define.amd ){
define(factory);
}
else if( typeof module != "undefined" && typeof module.exports != "undefined" ){
module.exports = factory();
}
else {
window["Sortable"] = factory();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册