1 Star 1 Fork 0

mirrors_gis/three.interaction.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
jason chen 提交于 2017-12-06 17:44 +08:00 . fix(move): move event was not same with browser
{
"extends": ["eslint:recommended", "eslint-config-google"],
"env": {
"browser": true,
"es6": true
},
"globals": {
"RAF": true,
"CAF": true
},
"rules": {
"no-bitwise": 0,
"max-len": 0,
"new-cap": 0,
"object-curly-spacing": ["error", "always", { "arraysInObjects": true }]
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors-gis/three.interaction.js.git
git@gitee.com:mirrors-gis/three.interaction.js.git
mirrors-gis
three.interaction.js
three.interaction.js
master

搜索帮助