Fixed whitespace error, according to Google style guidelines
This commit is contained in:
parent
7c84ee3921
commit
c92ede9524
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ com.telldus.sensors = function() {
|
|||
var sensorData = 0;
|
||||
sensorList = loadSensorModel();
|
||||
sensorList.rowsRemoved.connect(function(){saveSensorModel();});
|
||||
sensorList.rowsInserted.connect(function(){saveSensorModel(); sendSensorReport();});
|
||||
sensorList.rowsInserted.connect(function(){saveSensorModel(); sendSensorReport();});
|
||||
|
||||
while(sensorData = com.telldus.core.sensor()) {
|
||||
var p = sensorData["protocol"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue