| author | ymh <ymh.work@gmail.com> |
| Fri, 06 Apr 2012 18:01:36 +0200 | |
| branch | require-js |
| changeset 851 | 002eee78f708 |
| 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 |
} |