timbru31 commented on a change in pull request #405:
URL:
https://github.com/apache/cordova-plugin-file/pull/405#discussion_r448954438
##########
File path: www/android/FileSystem.js
##########
@@ -17,9 +17,11 @@
* specific language governing permissions and limitations
* under the License.
*
-*/
+ */
-FILESYSTEM_PROTOCOL = 'cdvfile'; // eslint-disable-line no-undef
Review comment:
adding a `var` keyword should have the same effect as omitting it. Using
ES5 notation to retain compatibility. Same change applies to other files.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]