File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ angular.module('umbraco')
2020
2121 var umbracoSettings = Umbraco . Sys . ServerVariables . umbracoSettings ;
2222 $scope . acceptFileExt = mediaHelper . formatFileTypes ( umbracoSettings . imageFileTypes ) ;
23+
2324 /**
24- * Called when the umgImageGravity component updates the focal point value
25+ * Called when the umbImageGravity component updates the focal point value
2526 * @param {any } left
2627 * @param {any } top
2728 */
@@ -81,7 +82,7 @@ angular.module('umbraco')
8182 function imageLoaded ( isCroppable , hasDimensions ) {
8283 $scope . isCroppable = isCroppable ;
8384 $scope . hasDimensions = hasDimensions ;
84- } ;
85+ }
8586
8687 /**
8788 * Called when the file collection changes
You can’t perform that action at this time.
0 commit comments