Closed davej closed 9 years ago
Instead of:
__options: { 'bindData': { addToScope: false }, 'bindMethods': { addToScope: false } }
I should be able to write:
__options: { addToScope: false }
Shorthand will apply the option to all plugins.
Instead of:
I should be able to write:
Shorthand will apply the option to all plugins.