put functions from old "ace/lib" modules directly

on "exports"
This commit is contained in:
Fabian Jakobs 2010-12-15 11:04:14 +01:00
commit c5f63c7112
46 changed files with 428 additions and 444 deletions

View file

@ -37,7 +37,7 @@
define(function(require, exports, module) {
var event = require("pilot/event").event;
var event = require("pilot/event");
var RenderLoop = function(onRender) {
this.onRender = onRender;