diff --git a/src/dom/dom.js b/src/dom/dom.js index 8b0e59a193..af53e34793 100644 --- a/src/dom/dom.js +++ b/src/dom/dom.js @@ -1318,17 +1318,8 @@ p5.prototype.createAudio = function(src, callback) { /** CAMERA STUFF **/ -/** - * @property {String} VIDEO - * @final - * @category Constants - */ p5.prototype.VIDEO = 'video'; -/** - * @property {String} AUDIO - * @final - * @category Constants - */ + p5.prototype.AUDIO = 'audio'; // from: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia