Commit graph

21 commits

Author SHA1 Message Date
Fabian Jakobs
d90cf5a31e fix mini require for the bookmarklet 2011-12-05 18:53:37 +01:00
Fabian Jakobs
32e90b2b8a Function.prototype.bind cannot be used in the loader
since ES5-shim is not there yet.
2011-11-14 18:12:15 +01:00
Fabian Jakobs
09a52b8165 allow modules to return a module 2011-11-10 18:17:53 +01:00
Fabian Jakobs
625f70206c package 2011-11-09 16:55:48 +01:00
Fabian Jakobs
9e8191df68 package 2011-08-19 15:36:05 +02:00
Fabian Jakobs
1e8a366cd5 resolve collision with existing requireJS on the page 2011-08-18 14:10:51 +02:00
Fabian Jakobs
de438858a9 revert: No need to fallback to existing requireJS. 2011-06-20 09:09:34 +00:00
Fabian Jakobs
86ce859335 detect global object 2011-06-20 08:27:32 +00:00
Fabian Jakobs
72383f0e75 No need to fallback to existing requireJS. Fix issue #198 2011-05-16 13:41:01 +00:00
Joe Cheng
8f52764dbc Define statement 'deps' argument should be optional 2011-02-28 16:48:23 +08:00
Fabian Jakobs
8c06c538ee use proper AMD style 2011-02-21 12:41:48 +01:00
Fabian Jakobs
88e1e43cb7 let mini_require play nice with requireJS 2011-02-03 16:09:27 +01:00
Fabian Jakobs
3ed202b6d2 move packaged js source files to "src" 2011-01-31 16:00:58 +01:00
Fabian Jakobs
43f73bf25d Merge branch 'master' of github.com:ajaxorg/ace
Conflicts:
	build_support/mini_require.js
2011-01-31 14:23:22 +01:00
Fabian Jakobs
850c13a22c update dryice build script 2011-01-31 14:21:29 +01:00
kyo_ago
e86f17d7d4 fix "Array.isArray is not a function" (Fx 3.6) 2011-01-31 20:42:16 +08:00
Fabian Jakobs
58dc601000 Merge remote branch 'mozilla/master'
Conflicts:
	Makefile.dryice.js
	build_support/boot.js
	build_support/mini_require.js
	lib/ace/edit_session.js
	package.json
2011-01-31 11:28:42 +01:00
Fabian Jakobs
4af6988ece make build system worker compatible 2011-01-26 17:08:34 +01:00
Fabian Jakobs
e051098608 comment out console.log 2011-01-20 13:31:34 +01:00
Fabian Jakobs
7644522783 fix copyright 2011-01-15 13:36:51 +01:00
Kevin Dangoor
3210edda92 use files from new build_support directory 2011-01-12 15:52:51 -05:00
Renamed from demo/mini_require.js (Browse further)