Skip to content

Commit

Permalink
Merge pull request #2997 from meiamsome/cleanup/remove-loadShape
Browse files Browse the repository at this point in the history
Remove non-existent loadShape from preloads
  • Loading branch information
kjhollen authored Jun 18, 2018
2 parents f5e4886 + 39a8509 commit fede7cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ p5.prototype._preloadMethods = {
loadStrings: p5.prototype,
loadXML: p5.prototype,
loadBytes: p5.prototype,
loadShape: p5.prototype,
loadTable: p5.prototype,
loadFont: p5.prototype,
loadModel: p5.prototype,
Expand Down

0 comments on commit fede7cf

Please sign in to comment.