mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Add file comment block to video_sensing/debug.js
This commit is contained in:
parent
e65b7985cb
commit
c291a04cc7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
/**
|
||||
* A debug "index" module exporting VideoMotion and VideoMotionView to debug
|
||||
* VideoMotion directly.
|
||||
* @file debug.js
|
||||
*/
|
||||
|
||||
const VideoMotion = require('./lib');
|
||||
const VideoMotionView = require('./view');
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const ArgumentType = require('../../extension-support/argument-type');
|
|||
const BlockType = require('../../extension-support/block-type');
|
||||
const Clone = require('../../util/clone');
|
||||
const log = require('../../util/log');
|
||||
const Timer = require('../../util/timer');
|
||||
|
||||
const VideoMotion = require('./lib');
|
||||
|
||||
|
|
Loading…
Reference in a new issue