Location: A review of cardiac cellular electrophysiology models @ 2d55d1ae86cf / dojo-presentation / js / dojo / dijit / tests / i18n / module.js

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2009-07-16 03:08:50+12:00
Desc:
typos
Permanent Source URI:
https://staging.physiomeproject.org/workspace/a1/rawfile/2d55d1ae86cfd6144a02402b9a6131de00b20601/dojo-presentation/js/dojo/dijit/tests/i18n/module.js

dojo.provide("dijit.tests.i18n.module");

try{
	if(dojo.isBrowser){
		doh.registerUrl("dijit.tests.i18n.currency", dojo.moduleUrl("dijit", "tests/i18n/currency.html"));
		doh.registerUrl("dijit.tests.i18n.date", dojo.moduleUrl("dijit", "tests/i18n/date.html"));
		doh.registerUrl("dijit.tests.i18n.number", dojo.moduleUrl("dijit", "tests/i18n/number.html"));
		doh.registerUrl("dijit.tests.i18n.textbox", dojo.moduleUrl("dijit", "tests/i18n/textbox.html"));
		doh.registerUrl("dijit.tests.i18n.time", dojo.moduleUrl("dijit", "tests/i18n/time.html"));
		doh.registerUrl("dijit.tests.i18n.digit", dojo.moduleUrl("dijit", "tests/i18n/digit.html"));
	}
}catch(e){
	doh.debug(e);
}