Fixing js linting issues

This commit is contained in:
Morten Dybdal 2018-05-01 13:23:21 +02:00
parent d033271a1f
commit 41be65ba4d

View file

@ -396,7 +396,7 @@ class VirtualMachine extends EventEmitter {
/**
* Add a single sb3 sprite.
* @param {string} json JSON string representing the sprite/target.
* @param {string} target JSON string representing the sprite/target.
* @returns {Promise} Promise that resolves after the sprite is added
*/
addSprite3 (target) {
@ -412,7 +412,7 @@ class VirtualMachine extends EventEmitter {
}
const jsonFormatted = {
targets: [target],
targets: [target]
};
return sb3