RynoRn commented on a change in pull request #182: NIFIREG-261 - Convert JS 
build to webpack
URL: https://github.com/apache/nifi-registry/pull/182#discussion_r281126487
 
 

 ##########
 File path: 
nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-bucket-grid-list-viewer.js
 ##########
 @@ -57,7 +58,8 @@ NfRegistryBucketGridListViewer.prototype = {
         // subscribe to the route params
         this.$subscription = this.route.params
             .switchMap(function (params) {
-                return new rxjs.Observable.forkJoin(
+                // eslint-disable-next-line new-cap
+                return new Observable.forkJoin(
 
 Review comment:
   Same `new` keyword here, please see my previous comment.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to