1
0
Fork 0

fixed wrong import

This commit is contained in:
Frank Celler 2013-04-02 18:28:35 +02:00
parent 7e7eefe4f6
commit 0c1e20cb1b
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ ArangoCollection.prototype._PRINT = function (context) {
case ArangoCollection.TYPE_EDGE: type = "edge"; break;
}
var colors = require("internal").colors;
var colors = require("internal").COLORS;
var useColor = context.useColor;
context.output += "[ArangoCollection ";