Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Adds pixel units to localisation #3811

Merged
merged 2 commits into from
May 13, 2013
Merged

Adds pixel units to localisation #3811

merged 2 commits into from
May 13, 2013

Conversation

kjgorman
Copy link
Contributor

Attempt #2. Fix for #3713

@@ -344,7 +344,7 @@ define(function (require, exports, module) {
$previewContainer.find(".image-preview > img").on("load", function () {
$previewContent
.append("<div class='img-size'>" +
this.naturalWidth + " x " + this.naturalHeight + " pixels" +
this.naturalWidth + " x " + this.naturalHeight + " " + Strings.UNIT_PIXELS + " " +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra space + " " after UNIT_PIXELS isn't needed.

@jasonsanjose
Copy link
Member

@kjgorman Initial review complete. 1 minor comment.

@kjgorman
Copy link
Contributor Author

Yes, of course, sorry for so many trivial errors... still too early in New Zealand

@jasonsanjose
Copy link
Member

Again, no problem. Thanks for the contribution. Merging.

jasonsanjose added a commit that referenced this pull request May 13, 2013
Adds pixel units to localisation
@jasonsanjose jasonsanjose merged commit 454a14f into adobe:master May 13, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants