fix jsdocs

This commit is contained in:
Yuri Kuznetsov
2023-07-04 18:25:40 +03:00
parent e1f5f7b713
commit 1dba594fa4
+2 -2
View File
@@ -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