Initial check of removing feature flag (#13058)

This commit is contained in:
Kevin Kim
2016-07-22 09:28:19 -04:00
committed by Eric Fischer
parent b04a6a6a4b
commit 2fddd2bd71
10 changed files with 36 additions and 51 deletions

View File

@@ -82,7 +82,6 @@
this.helpMessage = this.options.helpMessage || '';
this.showMessages = _.isUndefined(this.options.showMessages) ? true : this.options.showMessages;
this.enabled = _.isUndefined(this.options.enabled) ? true: this.options.enabled;
_.bindAll(this, 'modelValue', 'modelValueIsSet', 'showNotificationMessage','getNotificationMessage',
'getMessage', 'title', 'showHelpMessage', 'showInProgressMessage', 'showSuccessMessage',