Merge branch 'develop' of github.com:ether/etherpad-lite into drag-and-drop-between-frames-sandbox

This commit is contained in:
John McLear 2016-01-10 14:37:44 +00:00
commit ef9cf974a2
14 changed files with 294 additions and 59 deletions

View file

@ -19,7 +19,7 @@
* limitations under the License.
*/
var ueberDB = require("ueberDB");
var ueberDB = require("ueberdb2");
var settings = require("../utils/Settings");
var log4js = require('log4js');