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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2014-10-14 12:46:31 +0400
committerXhmikosR <xhmikosr@gmail.com>2014-10-18 10:33:54 +0400
commit9a7c54f108e5c089cd38f6afb69708cb18f3b28c (patch)
treeba2c21864e5bf313dd31ca482140f9c4e1aef252 /js/push.js
parent6fd0285136624bcc7bbd6ace72274c925f87096c (diff)
Update JSCS config.
Diffstat (limited to 'js/push.js')
-rw-r--r--js/push.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/push.js b/js/push.js
index f72282c..818f4ea 100644
--- a/js/push.js
+++ b/js/push.js
@@ -191,7 +191,7 @@
swapContent(
(activeObj.contents || activeDom).cloneNode(true),
document.querySelector('.content'),
- transition, function() {
+ transition, function () {
triggerStateChange();
}
);