Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-12-06 14:20:59 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-12-06 14:43:48 +0400
commit4aad52797c9ec43c30561f481f595be178f6ab94 (patch)
tree9cb30515d76883c0fa8f97f43f59140473bfcd2c /js/tests/unit/tab.js
parent7b06538c911f40c46ae67b0c0df7afdfbcb5d00a (diff)
Use a space after function consistently.
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 0db7cdb5b5..18aab7bd77 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')
})