1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-07-31 19:00:23 +02:00

Update a few source files to comply to new JSCS rules

This commit is contained in:
Heinrich Fenkart
2014-06-19 11:41:23 +02:00
parent 09c2e41ec4
commit 587451ad9a
6 changed files with 7 additions and 7 deletions

View File

@@ -106,7 +106,7 @@
if (!selector) {
selector = $this.attr('href')
selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
}
var $parent = selector && $(selector)