blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Unused variables in packager code #176

Closed ronalag closed 11 years ago

ronalag commented 12 years ago

If you run jake lint in the next branch of the packager you get this output:

lib/file-manager.js : Unused Variables: conf(128),

This unused variable should be removed from the packager.

cdelcol commented 11 years ago

This no longer occurs. Closing.