1
0
Fork 0

Fixed a bug where the documentation of apps with multiple controllers has not been created correctly. #1235

This commit is contained in:
Michael Hackstein 2015-02-06 15:15:27 +01:00
parent 6ba7bf6918
commit b759c50954
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");