2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Use a space before functions' bracket consistently.

This commit is contained in:
XhmikosR
2013-12-06 12:23:08 +02:00
parent 4aad52797c
commit 5e2ef69e1c
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -76,9 +76,9 @@ $(function () {
+ '</ul>'
$(dropHTML).find('ul>li:first a').tab('show').end()
.find('ul>li:last a').on('show', function (event){
.find('ul>li:last a').on('show', function (event) {
equal(event.relatedTarget.hash, "#1-1")
}).on('shown', function (event){
}).on('shown', function (event) {
equal(event.relatedTarget.hash, "#1-1")
}).tab('show')
})