mirror of https://github.com/axmolengine/axmol.git
Fixed path bug
This commit is contained in:
parent
6669f1df5e
commit
fba76b11cd
|
@ -43,8 +43,8 @@ FacebookTestScene = TestScene.extend({
|
||||||
|
|
||||||
if(!cc.sys.isNative) { //browser
|
if(!cc.sys.isNative) { //browser
|
||||||
cc.loader.loadJs('', [
|
cc.loader.loadJs('', [
|
||||||
"../../../web/external/pluginx/platform/facebook_sdk.js",
|
"../../web/external/pluginx/platform/facebook_sdk.js",
|
||||||
"../../../web/external/pluginx/platform/facebook.js"
|
"../../web/external/pluginx/platform/facebook.js"
|
||||||
], function() {
|
], function() {
|
||||||
var layer = nextFacebookTest();
|
var layer = nextFacebookTest();
|
||||||
self.addChild(layer);
|
self.addChild(layer);
|
||||||
|
|
Loading…
Reference in New Issue