Commit Graph

11 Commits

Author SHA1 Message Date
basarat
d9ffc0a135 bool -> boolean 2013-08-07 10:02:12 +10:00
Diullei Gomes
680f2fa69b Bug fix - #764 'require.config(...)' should return type 'Require' 2013-07-11 20:33:29 -03:00
bczengel
9c881d8f6f Added "amd" property definition to RequireDefine 2013-05-08 17:23:42 -04:00
Diullei Gomes
6fb8560a58 resolved conflicts to pullrequest #442 2013-04-03 08:53:04 -03:00
Michael Miller
e5810509e7 Make require.js variable declarations ambient. 2013-02-12 19:26:31 -05:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
David Driscoll
667699abc2 Updated RequireJS def to handle error callbacks
Updated RequireJS definition to support error callbacks.
In addition it exposes a RequireError interface, with the potential values of the param passed to the error callback.
Also added overload for require(module : string), so that require can potentially be used inline mod.
2012-12-30 12:32:12 -07:00
Boris Yankov
7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov
51170ff0d7 Add readme for requre.js 2012-11-18 23:18:21 +02:00
Boris Yankov
c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00