Commit 42fae70e authored by Den Isahac's avatar Den Isahac

Fix syntax error in app.js file

parent 8cca89e5
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
"dependencies": { "dependencies": {
"console.message": "https://github.com/astoilkov/console.message.git#~0.1.0", "console.message": "https://github.com/astoilkov/console.message.git#~0.1.0",
"fontfaceobserver": "^2.0.7", "fontfaceobserver": "^2.0.7",
"iframe-resizer": "https://github.com/davidjbradshaw/iframe-resizer.git#^3.5.14", "iframe-resizer": "https://github.com/davidjbradshaw/iframe-resizer.git#^3.5.14"
"easyXDM": "https://github.com/oyvindkinsey/easyXDM.git#^2.4.20"
} }
} }
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
log: true, log: true,
checkOrigin: false checkOrigin: false
}); });
}
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment