Clean secure iframe code

This commit is contained in:
yflory
2017-09-06 18:26:10 +02:00
parent 04a04aef2b
commit 0423a5f4e2
7 changed files with 221 additions and 217 deletions

View File

@@ -1,7 +1,7 @@
define(['jquery'], function ($) {
var module = {};
module.create = function (cfg, onLocal, Common, metadataMgr) {
module.create = function (Common, cfg, onLocal) {
var exp = {};
var metadataMgr = Common.getMetadataMgr();
var sframeChan = Common.getSframeChannel();