The constructor "new freewall(string)" don't pass on jshint tests because the right way to instantiate objects in JS is using a initial capital letter, as "new Freewall(string)".
Using the actual method will make gulp/grunt jshint throw an error and then stop the process (in most cases). I changed all the references to Freewall, so it is working now.
The constructor "new freewall(string)" don't pass on jshint tests because the right way to instantiate objects in JS is using a initial capital letter, as "new Freewall(string)".
Using the actual method will make gulp/grunt jshint throw an error and then stop the process (in most cases). I changed all the references to Freewall, so it is working now.