[open-ils-commits] r9301 - branches/dojo-admin/Open-ILS/web/js

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 10 22:09:27 EDT 2008


Author: miker
Date: 2008-04-10 21:31:58 -0400 (Thu, 10 Apr 2008)
New Revision: 9301

Removed:
   branches/dojo-admin/Open-ILS/web/js/OpenSRF.js
   branches/dojo-admin/Open-ILS/web/js/opensrf/
Log:
these are provided by the OpenSRF package

Deleted: branches/dojo-admin/Open-ILS/web/js/OpenSRF.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/js/OpenSRF.js	2008-04-11 01:15:37 UTC (rev 9300)
+++ branches/dojo-admin/Open-ILS/web/js/OpenSRF.js	2008-04-11 01:31:58 UTC (rev 9301)
@@ -1,14 +0,0 @@
-if(!dojo._hasResource['OpenSRF']){
-
-	dojo._hasResource['OpenSRF'] = true;
-	dojo.provide('OpenSRF');
-	dojo.require('opensrf.opensrf', true);
-	dojo.require('opensrf.opensrf_xhr', true);
-
-	OpenSRF.session_cache = {};
-	OpenSRF.CachedClientSession = function ( app ) {
-		if (this.session_cache[app]) return this.session_cache[app];
-		this.session_cache[app] = new OpenSRF.ClientSession ( app );
-		return this.session_cache[app];
-	}
-}



More information about the open-ils-commits mailing list