/* Copyright (c) 2004-2011, 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 */ //>>built define("dojo/io/iframe",["../main","require"],function(_1,_2){ _1.getObject("io",true,_1); _1.io.iframe={create:function(_3,_4,_5){ if(window[_3]){ return window[_3]; } if(window.frames[_3]){ return window.frames[_3]; } var _6=_5; if(!_6){ if(_1.config["useXDomain"]&&!_1.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"); } _6=(_1.config["dojoBlankHtmlUrl"]||_2.toUrl("../resources/blank.html")); } var _7=_1.place("