Add a fake require to go with the fake exports.

This commit is contained in:
Chad Weider 2012-01-15 19:46:50 -08:00
parent fc68a25b21
commit da95016228
3 changed files with 9 additions and 1 deletions

View file

@ -19,6 +19,8 @@
// <![CDATA[
var clientVars = {};
var require = (function (path) {return (function () {return this}())});
function createCookie(name,value,days)
{
if (days) {