Adcontroller: Difference between revisions
| Line 177: | Line 177: | ||
if (AdController.getRenderController().isReady()) { | if (AdController.getRenderController().isReady()) { | ||
AdController.reinitialize(cmsObject); | AdController.reinitialize(cmsObject); | ||
} else { | |||
throw new Error("renderController not ready"); | |||
} | } | ||
} catch (e) { | } catch (e) { | ||