Skip to content

Commit

Permalink
FLUID-4500: Added more comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Oct 4, 2011
1 parent 4e02900 commit 2b60fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webapp/components/uiOptions/js/UIEnhancer.js
Expand Up @@ -482,7 +482,8 @@ var fluid_1_4 = fluid_1_4 || {};
that.calcInitSize();
}

// that.initialSize equals 0 when the line-height value on the container is un-detectable.
// that.initialSize equals 0 when the line-height value on the container is un-detectable,
// which is to fix http://issues.fluidproject.org/browse/FLUID-4500
// @ See fluid.uiEnhancer.numerizeLineHeight()
if (that.initialSize > 0) {
var newLineSpacing = times === "" || times === 1 ? that.initialSize : times * that.initialSize;
Expand Down

0 comments on commit 2b60fed

Please sign in to comment.