mirror of https://github.com/axmolengine/axmol.git
[ci skip] update web ref and fix test case issues (#18310)
This commit is contained in:
parent
f94fee793c
commit
247921c08a
|
@ -6,7 +6,7 @@ var ccbjs = "";
|
|||
// so the respath will modify to res,
|
||||
if (!cc.sys.isNative)
|
||||
{
|
||||
if (cc.game.config[cc.game.CONFIG_KEY.engineDir] !== "frameworks/cocos2d-html5") {
|
||||
if (cc.game.config && cc.game.config[cc.game.CONFIG_KEY.engineDir] !== "frameworks/cocos2d-html5") {
|
||||
ccbjs = "../../js-tests/resjs/";
|
||||
}
|
||||
else
|
||||
|
|
2
web
2
web
|
@ -1 +1 @@
|
|||
Subproject commit 013e0943bc28952f06bb7abc5ff6d459b2e1e34c
|
||||
Subproject commit 0d8d51455964330bcd9f4263600bb324eba97f8f
|
Loading…
Reference in New Issue