js/comm/jsloader/jsloader.js in rsence-pre-2.3.0.15 vs js/comm/jsloader/jsloader.js in rsence-pre-2.3.0.16
- old
+ new
@@ -1,12 +1,5 @@
-/* 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
** A class for asynchronously fetching Javascript libraries from the server.
**
** Loads and evalueates the code returned as a string from the server.
@@ -118,8 +111,5 @@
COMM.jsLoader = COMM.JSLoader.nu( COMM.ClientPrefix + '/js/' );
// backwards compatibility aliases:
jsLoader = COMM.jsLoader;
}
);
-
-
-