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

Refine fix for #3478 #3757

Merged
merged 3 commits into from
May 9, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update comment
  • Loading branch information
redmunds committed May 9, 2013

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mmarchini mary marchini
commit 5fa531e075ee7246d9470e8e30ce0420f73cee37
2 changes: 1 addition & 1 deletion src/view/ViewCommandHandlers.js
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ define(function (require, exports, module) {
* @const
* @private
* The ratio of line-height to font-size when they use the same units
* On Mac, there's a 1 px problem (#3478) with 1.25, so nudge it up.
* There's a 1 px problem (#3478) with 1.25, so nudge it up.
* @type {float}
*/
var LINE_HEIGHT = 1.26;