aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tab.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-06 16:43:09 -0800
committerChris Rebert <[email protected]>2013-12-06 16:43:09 -0800
commit4be126e0142556805b59cb5a62d33c4a3fd2b8d4 (patch)
treee361eec9c929fcbdf308cd13d6cc1adfe87a19f8 /js/tests/unit/tab.js
parent650279f70388acb366f560fdcb03b048ec1dc318 (diff)
parent5e2ef69e1cc0ee62dfe1206f25030d1f89d9e50f (diff)
downloadbootstrap-4be126e0142556805b59cb5a62d33c4a3fd2b8d4.tar.xz
bootstrap-4be126e0142556805b59cb5a62d33c4a3fd2b8d4.zip
Merge pull request #11745 from XhmikosR/function-spaces
Be consistent with function () spaces
Diffstat (limited to 'js/tests/unit/tab.js')
-rw-r--r--js/tests/unit/tab.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/tab.js b/js/tests/unit/tab.js
index 0db7cdb5b..812262812 100644
--- a/js/tests/unit/tab.js
+++ b/js/tests/unit/tab.js
@@ -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')
})