JSON exports itself. This fixes issue #376.

This commit is contained in:
Chad Weider 2012-01-30 13:27:43 -08:00
parent f83e619fd9
commit 23a166ca99
3 changed files with 4 additions and 2 deletions

View File

@ -469,3 +469,5 @@ if (!JSON)
};
}
}());
module.exports = JSON;

View File

@ -30,7 +30,7 @@ require('/jquery');
require('/jquery-ui');
require('/farbtastic');
require('/excanvas');
require('/json2');
JSON = require('/json2');
require('/undo-xpopup');
var chat = require('/chat').chat;

View File

@ -23,7 +23,7 @@
// These jQuery things should create local references, but for now `require()`
// assigns to the global `$` and augments it with plugins.
require('/jquery');
require('/json2');
JSON = require('/json2');
require('/undo-xpopup');
function createCookie(name,value,days)