src/js/IriSP.js
author hamidouk
Tue, 15 Nov 2011 10:52:43 +0100
branchrequire-js
changeset 241 e321b1140949
parent 238 6008172a0592
permissions -rw-r--r--
WIP - converting the source to require.js
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
}