Drop the easysync* modules.

This commit is contained in:
Chad Weider 2012-01-17 03:43:10 -08:00
parent f8f80968ca
commit 4098cbe03b
10 changed files with 10 additions and 67 deletions

View file

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