Skip to content

Commit

Permalink
lichen-community-systemsgh-3: Fixes linting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Jun 13, 2017
1 parent 59f8e53 commit a24ac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/phet-converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ phetosc.converter.toMessage = function (address, that, val, paramType) {

phetosc.converter.parameterToMessages = function (addressPrefix, that, val, key) {
if (fluid.isArrayable(val)) {
that.events.onError.fire("An Array-typed event parameter was found; conversion of Array parameters to OSC messages is not yet supported. It was omitted.", value, key);
that.events.onError.fire("An Array-typed event parameter was found; conversion of Array parameters to OSC messages is not yet supported. It was omitted.", val, key);
return [];
}

Expand Down

0 comments on commit a24ac6b

Please sign in to comment.