Skip to content

Commit 3a9959e

Browse files
author
Lauren McCarthy
committed
Merge pull request #631 from workergnome/loadJSON-FIX
Replaced external call to googleapis with a call to the local server.
2 parents 21f191d + 4c1a70b commit 3a9959e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

lib/p5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! p5.js v0.4.4 May 12, 2015 */
1+
/*! p5.js v0.4.4 May 26, 2015 */
22
(function (root, factory) {
33
if (typeof define === 'function' && define.amd)
44
define('p5', [], function () { return (root.returnExportsGlobal = factory());});

0 commit comments

Comments
 (0)