Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
runat-1128988: Pass on blankIsValid to delegate children
Browse files Browse the repository at this point in the history
I'm not sure we'll ever actually need to double-remote a type, but just
in case we should pass on the data that's needed.

Signed-off-by: Joe Walker <jwalker@mozilla.com>
  • Loading branch information
joewalker committed Mar 17, 2015
1 parent 2071763 commit 291909e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gcli/types/delegate.js
Expand Up @@ -93,7 +93,8 @@ exports.items = [
return {
name: 'remote',
commandName: commandName,
paramName: paramName
paramName: paramName,
blankIsValid: this.blankIsValid
};
},

Expand Down

0 comments on commit 291909e

Please sign in to comment.