Commit aebe9ea6 authored by Ryan Day's avatar Ryan Day
Browse files

fixing tabs. calling back with response to signon

parent 3b71099e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -95,9 +95,8 @@ stk500.prototype.sync = function(attempts, done) {
        }
      }else{
        console.log("confirmed sync");
					done();
        done(results);
      }
			// });
  	});
  }
};