summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commit/file.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/commit/file.js')
-rw-r--r--app/assets/javascripts/commit/file.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/commit/file.js b/app/assets/javascripts/commit/file.js
index 3f29826fa9b..600bac8834a 100644
--- a/app/assets/javascripts/commit/file.js
+++ b/app/assets/javascripts/commit/file.js
@@ -3,7 +3,7 @@
this.CommitFile = (function() {
function CommitFile(file) {
if ($('.image', file).length) {
- new ImageFile(file);
+ new gl.ImageFile(file);
}
}