diff --git a/client/src/app.js b/client/src/app.js index 632cd24bd8..853b978747 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -246,12 +246,12 @@ class App { * A view factory. * * @private - * @type {Bull.Factory} + * @type {Factory} */ viewFactory = null /** - * @type function(string, function(Bull.View)) + * @type function(string, function(View)) * @private */ viewLoader = null