vgapp 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -280,24 +280,6 @@ class VGSidebar extends BaseModule {
|
|
|
280
280
|
}
|
|
281
281
|
});
|
|
282
282
|
}
|
|
283
|
-
|
|
284
|
-
/**
|
|
285
|
-
* Инициализирует поведение закрытия по клику вне (через `dismissTrigger`).
|
|
286
|
-
* @private
|
|
287
|
-
*/
|
|
288
|
-
_dismissElement() {
|
|
289
|
-
dismissTrigger(this);
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
/**
|
|
293
|
-
* Заглушка для возможной AJAX-логики. Может быть переопределена.
|
|
294
|
-
* @param {Function} callback - Колбэк после загрузки.
|
|
295
|
-
* @private
|
|
296
|
-
*/
|
|
297
|
-
_route(callback) {
|
|
298
|
-
// Здесь может быть реализация AJAX-загрузки
|
|
299
|
-
callback(true, null);
|
|
300
|
-
}
|
|
301
283
|
}
|
|
302
284
|
|
|
303
285
|
// Автоматическая инициализация по data-атрибутам
|