Browse Source

Change RequireJS wireup - fixes #209

pull/212/merge
Matthew Holt 10 years ago
parent
commit
15451da06b
  1. 2
      papaparse.js

2
papaparse.js

@ -42,7 +42,7 @@ @@ -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
{

Loading…
Cancel
Save