Browse Source

Revert wrongly removed comment

j8
yanas 8 years ago
parent
commit
78dbaa9b21
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      modules/UI/videolayout/FilmStrip.js

+ 6
- 0
modules/UI/videolayout/FilmStrip.js View File

@@ -160,6 +160,12 @@ const FilmStrip = {
160 160
         return this.calculateThumbnailSizeFromAvailable(width, height);
161 161
     },
162 162
 
163
+    /**
164
+     * Calculates available size for one thumbnail according to
165
+     * the current window size.
166
+     *
167
+     * @returns {{availableWidth: number, availableHeight: number}}
168
+     */
163 169
     calculateAvailableSize() {
164 170
         let availableHeight = interfaceConfig.FILM_STRIP_MAX_HEIGHT;
165 171
         let thumbs = this.getThumbs(true);

Loading…
Cancel
Save