This commit is contained in:
Yuri Kuznetsov
2023-06-14 17:10:37 +03:00
parent e1b5e2db33
commit 99eec81983
6 changed files with 187 additions and 207 deletions
+3 -1
View File
@@ -28,6 +28,8 @@
/** @module dynamic-handler */
import {View as BullView} from 'lib!bullbone';
/**
* A dynamic handler. To be extended by a specific handler.
*/
@@ -82,6 +84,6 @@ class DynamicHandler {
}
}
DynamicHandler.extend = Bull.View.extend;
DynamicHandler.extend = BullView.extend;
export default DynamicHandler;