Mercurial > repos > saskia-hiltemann > ireport
view iframe-resizer/test/resources/testLib.js @ 6:42076db43d42 draft
Fixed auto resizing plus various other minor bugs
author | saskia-hiltemann |
---|---|
date | Mon, 16 Nov 2015 08:56:22 -0500 |
parents | ac5f9272033b |
children |
line wrap: on
line source
function sendMessage(msg){ 'use strict'; var msgId = '[iFrameSizerTest]:'; document.getElementsByTagName('iframe')[0].contentWindow.postMessage( msgId + msg, '*' ); }