diff options
| author | Jacob Thornton <[email protected]> | 2011-11-27 16:01:26 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-27 16:01:26 -0800 |
| commit | 3925ea9986e70f5a87883563c47c8ecd3d631c02 (patch) | |
| tree | 3ee9ecac4b89421acb2d5a2c1180adaf781c24d0 /js/bootstrap-dropdown.js | |
| parent | 3157de8d1d4b69c0f5152b4a784bd185f76c9ac4 (diff) | |
| download | bootstrap-3925ea9986e70f5a87883563c47c8ecd3d631c02.tar.xz bootstrap-3925ea9986e70f5a87883563c47c8ecd3d631c02.zip | |
remove trailing semicolons - we'll be hosting minified files with semicolons - no reason to make the dev source ugly
Diffstat (limited to 'js/bootstrap-dropdown.js')
| -rw-r--r-- | js/bootstrap-dropdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js index 4526a9203..7259284bf 100644 --- a/js/bootstrap-dropdown.js +++ b/js/bootstrap-dropdown.js @@ -70,4 +70,4 @@ $('body').delegate(toggle, 'click.dropdown.data-api', Dropdown.prototype.toggle) }) -}( window.jQuery || window.ender );
\ No newline at end of file +}( window.jQuery || window.ender )
\ No newline at end of file |
