converted all the source files to use the require.js syntax.
/* IriSP.js - the module every module depends on. */
if ( window.IriSP === undefined && window.__IriSP === undefined ) {
var IriSP = {};
var __IriSP = IriSP; /* for backward compatibility */
}