| author | hamidouk |
| Tue, 15 Nov 2011 10:52:43 +0100 | |
| branch | require-js |
| changeset 241 | e321b1140949 |
| parent 238 | 6008172a0592 |
| permissions | -rw-r--r-- |
|
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 |
} |