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.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/push.js b/js/push.js
index 8d091a1..30ba23b 100644
--- a/js/push.js
+++ b/js/push.js
@@ -502,6 +502,9 @@
}
});
window.addEventListener('popstate', popstate);
+
+ // TODO : Remove this line in the next major version
window.PUSH = PUSH;
+ window.RATCHET.push = PUSH;
}());