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-modal.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-modal.js')
| -rw-r--r-- | js/bootstrap-modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 2860c8a51..dab67d1b2 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -199,4 +199,4 @@ }) }) -}( window.jQuery || window.ender );
\ No newline at end of file +}( window.jQuery || window.ender )
\ No newline at end of file |
