Remove token param from getCapabilities
The token param is unused. Change-Id: I0d8be4e45b4823f17092a3a562d0ac0b7257a028
This commit is contained in:
		@@ -2773,7 +2773,7 @@
 | 
			
		||||
      });
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    getCapabilities(token, opt_errFn) {
 | 
			
		||||
    getCapabilities(opt_errFn) {
 | 
			
		||||
      return this._fetchJSON({
 | 
			
		||||
        url: '/config/server/capabilities',
 | 
			
		||||
        errFn: opt_errFn,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user