mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 21:44:22 -04:00
Breaking changes.
This commit is contained in:
parent
2b2656b7e1
commit
1ae45f6cbb
56 changed files with 457 additions and 379 deletions
|
@ -1,36 +0,0 @@
|
|||
{
|
||||
"bitwise": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"forin": true,
|
||||
"freeze": true,
|
||||
"futurehostile": true,
|
||||
"latedef": true,
|
||||
"maxdepth": 3,
|
||||
"noarg": true,
|
||||
"nocomma": true,
|
||||
"nonbsp": true,
|
||||
"nonew": true,
|
||||
"plusplus": true,
|
||||
"strict": true,
|
||||
"supernew": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
|
||||
"browser": true,
|
||||
"mocha": true,
|
||||
|
||||
"globals": {
|
||||
"_": false,
|
||||
"$": false,
|
||||
"assert": false,
|
||||
"chai": false,
|
||||
"jQuery": false,
|
||||
"mocha": false,
|
||||
"modulejs": false,
|
||||
"sinon": false,
|
||||
"uniq": false,
|
||||
"util": false
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
// @include "lib/*.js"
|
||||
// @include "vendor/*.js"
|
||||
// @include "util/*.js"
|
||||
|
||||
$(function () {
|
||||
|
|
0
test/lib/chai.js → test/vendor/chai.js
vendored
0
test/lib/chai.js → test/vendor/chai.js
vendored
0
test/lib/mocha.js → test/vendor/mocha.js
vendored
0
test/lib/mocha.js → test/vendor/mocha.js
vendored
0
test/lib/sinon.js → test/vendor/sinon.js
vendored
0
test/lib/sinon.js → test/vendor/sinon.js
vendored
0
test/lib/uniq.js → test/vendor/uniq.js
vendored
0
test/lib/uniq.js → test/vendor/uniq.js
vendored
Loading…
Add table
Add a link
Reference in a new issue