~mrooney/etherpad/ubuntu

« back to all changes in this revision

Viewing changes to trunk/infrastructure/ace/www/easysync2.js

  • Committer: David Greenspan
  • Date: 2009-12-26 03:44:51 UTC
  • Revision ID: hg-v1:d043d150e7fa3b0951bb4e0f02fea1e4b6f2880b
fixed ACE build process; added ACE README

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 

2
 
copyrev: 43daa8b0fd798a646635f4d36b42106ef55c7070
3
 
copy: trunk/trunk/infrastructure/ace/www/easysync2.js
4
 

 
1
// THIS FILE IS ALSO AN APPJET MODULE: etherpad.collab.ace.easysync2
 
2
// %APPJET%: jimport("com.etherpad.Easysync2Support");
 
3
 
5
4
/**
6
5
 * Copyright 2009 Google Inc.
7
 
 * 
 
6
 *
8
7
 * Licensed under the Apache License, Version 2.0 (the "License");
9
8
 * you may not use this file except in compliance with the License.
10
9
 * You may obtain a copy of the License at
11
 
 * 
 
10
 *
12
11
 *      http://www.apache.org/licenses/LICENSE-2.0
13
 
 * 
 
12
 *
14
13
 * Unless required by applicable law or agreed to in writing, software
15
14
 * distributed under the License is distributed on an "AS-IS" BASIS,
16
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
17
 * limitations under the License.
19
18
 */
20
19
 
21
 
// THIS FILE IS ALSO AN APPJET MODULE: etherpad.collab.ace.easysync2
22
 
// %APPJET%: jimport("com.etherpad.Easysync2Support");
23
 
 
24
20
//var _opt = (this.Easysync2Support || null);
25
21
var _opt = null; // disable optimization for now
26
22