/* Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ if(!dojo._hasResource["dojo.io.iframe"]){ dojo._hasResource["dojo.io.iframe"]=true; dojo.provide("dojo.io.iframe"); dojo.io.iframe={create:function(_1,_2,_3){ if(window[_1]){ return window[_1]; } if(window.frames[_1]){ return window.frames[_1]; } var _4=null; var _5=_3; if(!_5){ if(dojo.config["useXDomain"]&&!dojo.config["dojoBlankHtmlUrl"]){ console.warn("dojo.io.iframe.create: When using cross-domain Dojo builds,"+" please save dojo/resources/blank.html to your domain and set djConfig.dojoBlankHtmlUrl"+" to the path on your domain to blank.html"); } _5=(dojo.config["dojoBlankHtmlUrl"]||dojo.moduleUrl("dojo","resources/blank.html")); } var _6=dojo.isIE?"