Implement require for most modules.

This commit is contained in:
Chad Weider 2012-01-15 20:16:11 -08:00
parent 72d29b1c62
commit 7f98116a43
11 changed files with 55 additions and 0 deletions

View file

@ -20,6 +20,8 @@
* limitations under the License.
*/
var Changeset = require('/easysync2').Changeset;
var extend = require('/ace2_common').extend;
var undoModule = (function()
{