diff options
| author | Mike Greiling <mike@pixelcog.com> | 2017-08-01 09:31:43 -0500 |
|---|---|---|
| committer | Mike Greiling <mike@pixelcog.com> | 2017-08-01 09:44:34 -0500 |
| commit | e7b5324b76f2cc7fe913298cde784ce6ae3d4671 (patch) | |
| tree | 0eca2047ad76b21aa72dbcbba701d97c2c95ec9a /app | |
| parent | e753444c7341bb9c327aaf7db69a4e612bff0449 (diff) | |
| download | gitlab-ce-e7b5324b76f2cc7fe913298cde784ce6ae3d4671.tar.gz | |
include cropper jQuery plugin as an npm moduleuse-npm-cropper
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/javascripts/profile/gl_crop.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/profile/gl_crop.js b/app/assets/javascripts/profile/gl_crop.js index cf1566eeb87..f32b2413725 100644 --- a/app/assets/javascripts/profile/gl_crop.js +++ b/app/assets/javascripts/profile/gl_crop.js @@ -1,6 +1,6 @@ /* eslint-disable no-useless-escape, max-len, quotes, no-var, no-underscore-dangle, func-names, space-before-function-paren, no-unused-vars, no-return-assign, object-shorthand, one-var, one-var-declaration-per-line, comma-dangle, consistent-return, class-methods-use-this, new-parens */ -import 'vendor/cropper'; +import 'cropper'; ((global) => { // Matches everything but the file name |
