|
|
@@ -642,11 +642,16 @@ UI.toggleFilmstrip = function() {
|
|
642
|
642
|
};
|
|
643
|
643
|
|
|
644
|
644
|
/**
|
|
645
|
|
- * Indicates if the filmstrip is currently visible or not.
|
|
646
|
|
- * @returns {true} if the filmstrip is currently visible, otherwise
|
|
|
645
|
+ * Checks if the filmstrip is currently visible or not.
|
|
|
646
|
+ * @returns {true} if the filmstrip is currently visible, and false otherwise.
|
|
647
|
647
|
*/
|
|
648
|
648
|
UI.isFilmstripVisible = () => Filmstrip.isFilmstripVisible();
|
|
649
|
649
|
|
|
|
650
|
+/**
|
|
|
651
|
+ * @returns {true} if the chat panel is currently visible, and false otherwise.
|
|
|
652
|
+ */
|
|
|
653
|
+UI.isChatVisible = () => Chat.isVisible();
|
|
|
654
|
+
|
|
650
|
655
|
/**
|
|
651
|
656
|
* Toggles chat panel.
|
|
652
|
657
|
*/
|