Skip to content

Commit 58e693a

Browse files
bjarnefJasonElkin
authored andcommitted
Fix typo in umbImageGravity
1 parent d34be8c commit 58e693a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.controller.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)