Fixing container javascript to play well with other google javascript libraries
-------------------------------------------------------------------------------

                 Key: SHINDIG-84
                 URL: https://issues.apache.org/jira/browse/SHINDIG-84
             Project: Shindig
          Issue Type: Bug
          Components: Javascript
            Reporter: Sami Shalabi
            Assignee: Kevin Brown
            Priority: Trivial


Currently in javascript/container/cookies.js  the following code:

var goog = {net: {cookies: {}}};

clobbers any existing definitions of goog, net, cookies. A simple workaround is 
to declare the object conditionally.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to