corrected underscore path in hooks

This commit is contained in:
Matthias Bartelmeß 2012-03-23 20:19:41 +01:00
parent e559df18ce
commit 349bb595b9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var _;
/* FIXME: Ugly hack, in the future, use same code for server & client */
if (plugins.isClient) {
var async = require("ep_etherpad-lite/static/js/pluginfw/async");
_ = require("underscore");
_ = require("ep_etherpad-lite/static/js/underscore");
} else {
var async = require("async");
_ = require("underscore");