[Pkg-javascript-commits] [sockjs-client] 16/434: typo
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:46:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit e26175e083d0e8eb41554b092c383004c3e5b58f
Author: Marek Majkowski <majek04 at gmail.com>
Date: Sun Jul 24 17:32:13 2011 +0100
typo
---
lib/utils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/utils.js b/lib/utils.js
index fef6c9e..aff955a 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -31,7 +31,7 @@ utils.attachMessage = function(listener) {
}
};
-utils.dettachMessage = function(listener) {
+utils.detachMessage = function(listener) {
if (typeof _window.addEventListener !== 'undefined') {
_window.removeEventListener("message", listener, false);
} else {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list