src/js/IriSP.js
author hamidouk
Mon, 14 Nov 2011 17:19:26 +0100
branchrequire-js
changeset 238 6008172a0592
permissions -rw-r--r--
converted all the source files to use the require.js syntax.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
238
6008172a0592 converted all the source files to use the require.js syntax.
hamidouk
parents:
diff changeset
     1
/* IriSP.js - the module every module depends on. */
6008172a0592 converted all the source files to use the require.js syntax.
hamidouk
parents:
diff changeset
     2
6008172a0592 converted all the source files to use the require.js syntax.
hamidouk
parents:
diff changeset
     3
if ( window.IriSP === undefined && window.__IriSP === undefined ) { 
6008172a0592 converted all the source files to use the require.js syntax.
hamidouk
parents:
diff changeset
     4
	var IriSP = {}; 
6008172a0592 converted all the source files to use the require.js syntax.
hamidouk
parents:
diff changeset
     5
	var __IriSP = IriSP; /* for backward compatibility */
6008172a0592 converted all the source files to use the require.js syntax.
hamidouk
parents:
diff changeset
     6
}