Skip to content

Instantly share code, notes, and snippets.

@bryanforbes
Created June 30, 2014 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanforbes/f429201f0b1fd0576637 to your computer and use it in GitHub Desktop.
Save bryanforbes/f429201f0b1fd0576637 to your computer and use it in GitHub Desktop.
define([
'./_base',
'./AdapterRegistry',
'./colors',
'./io-query',
'./promise',
'./request',
'./store',
'./string',
'./regexp',
'./when',
'./on',
'./Evented',
'./topic',
'./json',
'./currency',
'./date',
'./date/locale',
'./date/stamp'/*,
// host-specific tests
'intern/dojo/has!host-browser?./dom-form',
'intern/dojo/has!host-browser?./hash',
'intern/dojo/has!host-browser?./io/iframe',
'intern/dojo/has!host-browser?./mouse',
'intern/dojo/has!host-node?./node',
'intern/dojo/has!host-browser?./require/require',
'intern/dojo/has!host-browser?./router'*/
], function () {});
define([
/*'./_base',
'./AdapterRegistry',
'./colors',
'./io-query',
'./promise',
'./request',
'./store',
'./string',
'./regexp',
'./when',
'./on',
'./Evented',
'./topic',
'./json',
'./currency',
'./date',
'./date/locale',*/
'./date/stamp'/*,
// host-specific tests
'intern/dojo/has!host-browser?./dom-form',
'intern/dojo/has!host-browser?./hash',
'intern/dojo/has!host-browser?./io/iframe',
'intern/dojo/has!host-browser?./mouse',
'intern/dojo/has!host-node?./node',
'intern/dojo/has!host-browser?./require/require',
'intern/dojo/has!host-browser?./router'*/
], function () {});
define([
'./_base',
'./AdapterRegistry',
'./colors',
'./io-query',
'./promise',
'./request',
'./store',
'./string',
'./regexp',
'./when',
'./on',
'./Evented',
'./topic',
'./json',
'./currency',
'./date',
'./date/locale'/*,
'./date/stamp',
// host-specific tests
'intern/dojo/has!host-browser?./dom-form',
'intern/dojo/has!host-browser?./hash',
'intern/dojo/has!host-browser?./io/iframe',
'intern/dojo/has!host-browser?./mouse',
'intern/dojo/has!host-node?./node',
'intern/dojo/has!host-browser?./require/require',
'intern/dojo/has!host-browser?./router'*/
], function () {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment