diff options
Diffstat (limited to 'ext/js/media')
-rw-r--r-- | ext/js/media/media-util.js (renamed from ext/js/media/media-utility.js) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/media/media-utility.js b/ext/js/media/media-util.js index b4fbe04d..25bcdd18 100644 --- a/ext/js/media/media-utility.js +++ b/ext/js/media/media-util.js @@ -16,9 +16,9 @@ */ /** - * MediaUtility is a class containing helper methods related to media processing. + * MediaUtil is a class containing helper methods related to media processing. */ -class MediaUtility { +class MediaUtil { /** * Gets the file extension of a file path. URL search queries and hash * fragments are not handled. |