]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
tip method in popover.js can be removed 15693/head
authordormouse <huang.x.hui@gmail.com>
Thu, 29 Jan 2015 03:21:07 +0000 (11:21 +0800)
committerdormouse <huang.x.hui@gmail.com>
Thu, 29 Jan 2015 03:21:07 +0000 (11:21 +0800)
commit91b384399c3c7c299466c595235640f336b3fc15
tree8eade5584d0b4488f981f85307edd2f5f20a08d7
parenta7747dedf24b1a7245bc3088f265280873acd627
tip method in popover.js can be removed

Popover is extend Tooltip, the tip function can use tootltip's tip, so we can remove the tip function definition in popover to reduce the js filesize

tip function definition in tooltip.js https://github.com/tbs/bootstrap/blob/master/js/tooltip.js#L405-L407
js/popover.js