mirror of https://gitee.com/bigwinds/arangodb
Fixed a bug where the documentation of apps with multiple controllers has not been created correctly. #1235
This commit is contained in:
parent
6ba7bf6918
commit
b759c50954
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue