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:
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();
}
);