This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 封装js拖拽对象 | |
* | |
* 实现参考 https://codepen.io/yangbo5207/pen/LWjWpe | |
* 对应教程 http://www.jianshu.com/p/b3dee0e84454 | |
*/ | |
(function (win) { | |
'use strict'; |