millayr commented on a change in pull request #923: Clean up Auth section
URL: https://github.com/apache/couchdb-fauxton/pull/923#discussion_r119750823
 
 

 ##########
 File path: app/core/router.js
 ##########
 @@ -108,12 +103,12 @@ export default Backbone.Router.extend({
     }, this);
   },
 
-  triggerRouteEvent: function (event, args) {
-    if (this.activeRouteObject) {
-      var eventArgs = [event].concat(args);
-
-      this.activeRouteObject.trigger.apply(this.activeRouteObject, eventArgs);
-      this.activeRouteObject.renderWith(eventArgs, FauxtonAPI.masterLayout, 
args);
-    }
-  }
+  // triggerRouteEvent: function (event, args) {
 
 Review comment:
   remove these lines
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to