Skip to content

Commit 4c1a70b

Browse files
committed
Replaced external call to googleapis with a call to the local server.
1 parent 21f191d commit 4c1a70b

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)