1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Merge pull request #13755 from twbs/fat-visual-test

Adds isolated visual tests for javascript plugins (decoupled from docs)....
This commit is contained in:
Jacob
2014-06-08 16:05:08 -07:00
12 changed files with 871 additions and 1 deletions

View File

@@ -51,7 +51,6 @@
this.$body
.find(this.selector)
.filter(':visible')
.map(function () {
var $el = $(this)
var href = $el.data('target') || $el.attr('href')