]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/node.js
if loaded over ssl and iframe is whitelisted, set its source to https
[tt-rss.git] / lib / dojo / node.js
CommitLineData
f0cfe83e
AD
1/*
2 Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
3 Available via Academic Free License >= 2.1 OR the modified BSD license.
4 see: http://dojotoolkit.org/license for details
5*/
6
7//>>built
8define("dojo/node",["dojo/has"],function(_1){if(!0){throw new Error("node plugin failed to load because environment is not Node.js");}return {load:function(id,_2,_3){if(!_2.nodeRequire){throw new Error("Cannot find native require function");}_3(_2.nodeRequire(id));}};});