scratch-vm/src/blocks
Ray Schamp 548aa6dd70 Fix no-useless-call todo
The linter is correct that `devObject[func].call(devObject, args)` is unnecessary because it's equivalent to `devObject[func](args)`.

@tmickel probably either meant to allow passing an array of arguments to be applied, or to call the function with the provided argument. Since we probably want to be able to use multi-argument functions, use `apply` and fix the one place that uses `ioQuery` with an argument.
2017-05-15 21:11:38 -07:00
..
scratch3_control.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_data.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_event.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_looks.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_motion.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_operators.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_pen.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_procedures.js Use ES6 style classes 2017-04-17 19:42:48 -04:00
scratch3_sensing.js Fix no-useless-call todo 2017-05-15 21:11:38 -07:00
scratch3_sound.js Use ES6 style classes 2017-04-17 19:42:48 -04:00