[Tables] #757 Fixed code style issues

This commit is contained in:
Henry 2016-03-17 10:09:59 -07:00
parent 22e98274ca
commit 8efa9c6aac

View File

@ -130,7 +130,7 @@ define(
expect(mockTelemetryHandler.handle).toHaveBeenCalledWith(jasmine.any(Object), jasmine.any(Function), true); expect(mockTelemetryHandler.handle).toHaveBeenCalledWith(jasmine.any(Object), jasmine.any(Function), true);
}); });
describe('receives new telemetry', function() { describe('receives new telemetry', function () {
beforeEach(function() { beforeEach(function() {
controller.subscribe(); controller.subscribe();
mockScope.rows = []; mockScope.rows = [];
@ -141,7 +141,7 @@ define(
expect(mockScope.$broadcast).toHaveBeenCalledWith('add:row', 0); expect(mockScope.$broadcast).toHaveBeenCalledWith('add:row', 0);
}); });
it('observes the row limit', function () { it('observes the row limit', function () {
var i=0; var i = 0;
controller.maxRows = 10; controller.maxRows = 10;
//Fill rows array with elements //Fill rows array with elements