Fixed all requires

This commit is contained in:
Peter 'Pita' Martischka 2011-07-27 18:52:23 +01:00
parent 8736b945c3
commit 2aafcc1027
12 changed files with 42 additions and 42 deletions

View file

@ -18,7 +18,7 @@
* limitations under the License.
*/
var db = require("./db").db;
var db = require("./DB").db;
var async = require("async");
/**