Author: Christian Lopes
Date: 2011-03-29 09:56:28 -0700 (Tue, 29 Mar 2011)
New Revision: 24609
Modified:
cytoscapeweb/branches/compound/html-template/js/cytoscapeweb.js
Log:
Replaced another top level "this" by "window" in order to avoid errors in FF4.
Modified: cytoscapeweb/branches/compound/html-template/js/cytoscapeweb.js
===================================================================
--- cytoscapeweb/branches/compound/html-template/js/cytoscapeweb.js
2011-03-29 16:54:58 UTC (rev 24608)
+++ cytoscapeweb/branches/compound/html-template/js/cytoscapeweb.js
2011-03-29 16:56:28 UTC (rev 24609)
@@ -1993,7 +1993,7 @@
* @see org.cytoscapeweb.Visualization#hasListener
* @see org.cytoscapeweb.Visualization#removeListener
*/
- this.org.cytoscapeweb.Event = function (options) {
+ window.org.cytoscapeweb.Event = function (options) {
/**
* The event type name.
* @type org.cytoscapeweb.EventType
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.