Fixed path bug

This commit is contained in:
VisualSJ 2015-06-17 14:07:07 +08:00
parent 6669f1df5e
commit fba76b11cd
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ FacebookTestScene = TestScene.extend({
if(!cc.sys.isNative) { //browser
cc.loader.loadJs('', [
"../../../web/external/pluginx/platform/facebook_sdk.js",
"../../../web/external/pluginx/platform/facebook.js"
"../../web/external/pluginx/platform/facebook_sdk.js",
"../../web/external/pluginx/platform/facebook.js"
], function() {
var layer = nextFacebookTest();
self.addChild(layer);