this.defineCommand = function()

in lib/deferred_executor.ts [31:35]


    this.defineCommand = function(name: string, method: string, path: string) {
      delegate.then((executor: any) => {
        executor.defineCommand(name, method, path);
      });
    };