collisiondetection commented on a change in pull request #103:
URL: https://github.com/apache/openmeetings/pull/103#discussion_r536000668



##########
File path: 
openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/dweet-io.js
##########
@@ -0,0 +1,520 @@
+//     dweet.io.js
+//     http://dweet.io
+//     (c) 2014 Jim Heising and Bug Labs, Inc.
+//     dweet.io.js may be freely distributed under the MIT license.
+(function () {
+
+       var isNode = true;
+
+       // Is this loading into node.js?
+       try {
+               isNode = (require);
+       }
+       catch (e) {
+               isNode = false;
+       }
+
+       var io;
+       var request;
+
+       var LAST_THING_NAME = "last-thing.dat";
+       var DWEET_SERVER = "https://dweet.io:443";;

Review comment:
       During our  testing  on a  live  site we did not  experience any  issues 
with this. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to