Skip to content

Commit eda2e43

Browse files
committed
Remove VIDEO and AUDIO from reference
1 parent 4a25eab commit eda2e43

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/dom/dom.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,17 +1318,8 @@ p5.prototype.createAudio = function(src, callback) {
13181318

13191319
/** CAMERA STUFF **/
13201320

1321-
/**
1322-
* @property {String} VIDEO
1323-
* @final
1324-
* @category Constants
1325-
*/
13261321
p5.prototype.VIDEO = 'video';
1327-
/**
1328-
* @property {String} AUDIO
1329-
* @final
1330-
* @category Constants
1331-
*/
1322+
13321323
p5.prototype.AUDIO = 'audio';
13331324

13341325
// from: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

0 commit comments

Comments
 (0)