Skip to content

Commit cf3268b

Browse files
author
Lauren McCarthy
committed
v0.3.14
1 parent 27a4a3b commit cf3268b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.13 December 10, 2014 */
1+
/*! p5.js v0.3.14 December 10, 2014 */
22
var shim = function (require) {
33
window.requestDraw = function () {
44
return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (callback, element) {

0 commit comments

Comments
 (0)