Showing 2 of 25 total issues
Function work
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
work: function(my) {
var max = 0;
var changingColor = false;
my.sphero.setDataStreaming({
Function work
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
work: function(me) {
console.log("Setting up Collision Detection...");
me.sphero.on("update", function(data) {
console.log("Update event eventName: " + data + " ");