Mini Shell

Direktori : /home/athamevents/www/admin/assets/lib/jquery/src/core/
Upload File :
Current File : /home/athamevents/www/admin/assets/lib/jquery/src/core/DOMEval.js

define( [
	"../var/document"
], function( document ) {
	function DOMEval( code, doc ) {
		doc = doc || document;

		var script = doc.createElement( "script" );

		script.text = code;
		doc.head.appendChild( script ).parentNode.removeChild( script );
	}

	return DOMEval;
} );

Zerion Mini Shell 1.0