diff --git a/src/core/structure.js b/src/core/structure.js index d64afaeb92..85f66004dc 100644 --- a/src/core/structure.js +++ b/src/core/structure.js @@ -138,6 +138,7 @@ p5.prototype.loop = function() { * isLooping() returns the current state for use within custom event handlers. * * @method isLooping + * @returns {boolean} * @example *