Skip to content

Commit

Permalink
version 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren McCarthy committed Dec 4, 2014
1 parent 5da6aa9 commit 4b4aa29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/p5.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! p5.js v0.3.13 December 03, 2014 */
/*! p5.js v0.3.13 December 04, 2014 */
var shim = function (require) {
window.requestDraw = function () {
return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (callback, element) {
Expand Down

0 comments on commit 4b4aa29

Please sign in to comment.