@ -42,7 +42,7 @@
else if (isFunction(global.define) && global.define.amd)
{
// Wireup with RequireJS
global.define(function() { return Papa; });
define(function() { return Papa; });
}
else