js/core/event/event.js in rsence-pre-2.3.0.15 vs js/core/event/event.js in rsence-pre-2.3.0.16

- old
+ new

@@ -1,14 +1,6 @@ -/* RSence - * Copyright 2007 Riassence Inc. - * http://riassence.com/ - * - * You should have received a copy of the GNU General Public License along - * with this software package. If not, contact licensing@riassence.com - */ - /*** = Description ** Abstracts the DOM Event differences between browsers. ***/ var//RSence.Core Event = { @@ -149,6 +141,5 @@ // Activates the garbage collector of Internet Explorer // when the document is unloaded: if (BROWSER_TYPE.ie && !BROWSER_TYPE.ie9) { Event.observe(window, "unload", Event.unloadCache, false); } -