[Pkg-javascript-commits] [sockjs-client] 69/350: fix casing of simpleevent

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:03:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit f98fc76a0e4a4ab92641f3e4e355db5c9b5d49a4
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Fri May 30 16:50:20 2014 -0400

    fix casing of simpleevent
---
 lib/sockjs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sockjs.js b/lib/sockjs.js
index cede919..a4c21b7 100644
--- a/lib/sockjs.js
+++ b/lib/sockjs.js
@@ -9,7 +9,7 @@
 
 var utils = require('./utils');
 var REventTarget = require('./reventtarget');
-var SimpleEvent = require('./SimpleEvent');
+var SimpleEvent = require('./simpleevent');
 var InfoReceiver = require('./info-receiver');
 var InfoReceiverIframe = require('./info-receiver-iframe');
 var InfoReceiverFake = require('./info-receiver-fake');

-- 
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