123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- "use strict";
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
- define([], function () {
- var LegacyViewControllersAPI = function () {
- function LegacyViewControllersAPI() {
- _classCallCheck(this, LegacyViewControllersAPI);
- }
-
- LegacyViewControllersAPI.prototype.getLayoutController = function getLayoutController() {};
-
- LegacyViewControllersAPI.prototype.getWidgetLoader = function getWidgetLoader() {};
-
- LegacyViewControllersAPI.prototype.destroy = function destroy() {};
- return LegacyViewControllersAPI;
- }();
- return LegacyViewControllersAPI;
- });
|