diff options
| author | Chris Rebert <[email protected]> | 2016-05-31 01:16:05 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-31 01:16:05 -0700 |
| commit | 97f521d5dd6f0b88f2b7b0daaaaa70ec2a535e54 (patch) | |
| tree | da5430f2090ed5299a34a2e1fdf70a2c5ce4615b /js/src/util.js | |
| parent | f7677d6be5a5465df30a50a6a8c0c733a5fa44b8 (diff) | |
| parent | 93f028b8f109dba44ac79edea89027a2f2b609ad (diff) | |
| download | bootstrap-97f521d5dd6f0b88f2b7b0daaaaa70ec2a535e54.tar.xz bootstrap-97f521d5dd6f0b88f2b7b0daaaaa70ec2a535e54.zip | |
Merge pull request #19998 from twbs/eslint-2.0.0
Upgrade to ESLint v2.0.0
Diffstat (limited to 'js/src/util.js')
| -rw-r--r-- | js/src/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/util.js b/js/src/util.js index 070c5ea75..b779c448f 100644 --- a/js/src/util.js +++ b/js/src/util.js @@ -42,6 +42,7 @@ const Util = (($) => { if ($(event.target).is(this)) { return event.handleObj.handler.apply(this, arguments) } + return undefined } } } |
