1
0
Fork 0

Merge branch 'foxx-pathes' of github.com:arangodb/arangodb into foxx-pathes

This commit is contained in:
Michael Hackstein 2015-02-06 15:21:06 +01:00
commit 576d812ac5
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ var Controller,
Controller = function (context, options) {
'use strict';
var urlPrefix, baseMiddleware;
context.clearComments();
if (is.notExisty(context)) {
throw new Error("parameter <context> is missing");