Skip to content

Commit

Permalink
Fix typo in umbImageGravity
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored Nov 18, 2023
1 parent 7bad6b9 commit bd610df
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ angular.module('umbraco')

var umbracoSettings = Umbraco.Sys.ServerVariables.umbracoSettings;
$scope.acceptFileExt = mediaHelper.formatFileTypes(umbracoSettings.imageFileTypes);

/**
* Called when the umgImageGravity component updates the focal point value
* Called when the umbImageGravity component updates the focal point value
* @param {any} left
* @param {any} top
*/
Expand Down Expand Up @@ -81,7 +82,7 @@ angular.module('umbraco')
function imageLoaded(isCroppable, hasDimensions) {
$scope.isCroppable = isCroppable;
$scope.hasDimensions = hasDimensions;
};
}

/**
* Called when the file collection changes
Expand Down

0 comments on commit bd610df

Please sign in to comment.