Instead of: ``` javascript __options: { 'bindData': { addToScope: false }, 'bindMethods': { addToScope: false } } ``` I should be able to write: ``` javascript __options: { addToScope: false } ``` Shorthand will apply the option to all plugins.