Skip to content

Commit

Permalink
FIX Linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoranj committed Feb 11, 2015
1 parent 8745655 commit 7c426d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/ngsiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ function sendUpdateValue(deviceId, deviceType, attributes, typeInformation, toke
*
* @param {String} deviceId Device ID of the device to register.
* @param {String} deviceType Type of device to register.
* @param {Object} deviceInformation Device information object (containing security and service information).
* @param {Array} attributes Attribute array containing the values to update.
* @param {Object} deviceInformation Device information object (containing security and service information).
*/
function updateValue(deviceId, deviceType, attributes, deviceInformation, callback) {
var typeInformation;
Expand Down

0 comments on commit 7c426d5

Please sign in to comment.