Skip to content

Commit

Permalink
merging transform examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren mccarthy committed Jul 21, 2014
1 parent 9608625 commit 120ae74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 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.min.js v0.2.22 July 20, 2014 */
/*! p5.min.js v0.2.22 July 21, 2014 */
var shim = function (require) {
window.requestDraw = function () {
return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (callback, element) {
Expand Down
Loading

0 comments on commit 120ae74

Please sign in to comment.