mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	fix what3words jslint
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name"          : "node-red-node-what3words", | ||||
|     "version"       : "0.0.1", | ||||
|     "version"       : "0.0.2", | ||||
|     "description"   : "A Node-RED node to convert locations to/from what3words", | ||||
|     "dependencies"  : { | ||||
|         "geo.what3words"   : "0.0.2" | ||||
|   | ||||
| @@ -18,7 +18,7 @@ module.exports = function(RED) { | ||||
|     "use strict"; | ||||
|     var What3Words = require('geo.what3words'); | ||||
|  | ||||
|     function what3wordsNode(n) { | ||||
|     var what3wordsNode = function(n) { | ||||
|         RED.nodes.createNode(this, n); | ||||
|         this.lang = n.lang || "en"; | ||||
|         var credentials = RED.nodes.getCredentials(n.id); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user