Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Widget: Fix boolean option when under use strict
Fix for `options === true` when using jQuery UI under `use strict`, which throws: ``` Uncaught TypeError: Cannot create property 'complete' on boolean 'true' ``` on line: ```js options.complete = callback; ``` Closes gh-1931
- Loading branch information