From 83e89909ed01d9ac97cb3cb4c4879b6bb5ace7d6 Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Sat, 12 Feb 2011 17:38:10 +0530 Subject: [PATCH] added readyState support --- framework/assets/js/websocket.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/assets/js/websocket.js b/framework/assets/js/websocket.js index ce8ce16f..3f097112 100755 --- a/framework/assets/js/websocket.js +++ b/framework/assets/js/websocket.js @@ -1,6 +1,5 @@ /* * Copyright (c) 2010 Animesh Kumar (https://github.com/anismiles) - * Copyright (c) 2010 Strumsoft (https://strumsoft.com) * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -75,4 +74,4 @@ this.socket.getReadyState(); } -})(); \ No newline at end of file +})();