2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Use a space after function consistently.

This commit is contained in:
XhmikosR
2013-12-06 12:20:59 +02:00
parent 7b06538c91
commit 4aad52797c
7 changed files with 36 additions and 36 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')
})