www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d7c91a442ba6db054bded6b263ba068a55a8b5d2
parent 3312e9ca3e90fe0bbf39abf5ea275af944206681
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 23 Aug 2011 14:39:41 -0400

Use HOVER.Px instead of bbox.Units, which was removed

Diffstat:
Munpacked/jax/output/NativeMML/jax.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/unpacked/jax/output/NativeMML/jax.js b/unpacked/jax/output/NativeMML/jax.js @@ -48,6 +48,7 @@ this.Mouseover = HOVER.Mouseover; this.Mouseout = HOVER.Mouseout; this.Mousemove = HOVER.Mousemove; + // Set up styles return AJAX.Styles(this.config.styles); }, Config: function () { @@ -170,8 +171,8 @@ },[["span",{isMathJax: true, className: "MathJax_MathPlayer_Overlay", style:{ display:"inline-block", position:"absolute", - left:bbox.Units(-bbox.w), top:bbox.Units(-bbox.h-(bbox.y||0)-1), - width:bbox.Units(bbox.w), height:bbox.Units(bbox.h+bbox.d), cursor:"pointer", + left:HOVER.Px(-bbox.w), top:HOVER.Px(-bbox.h-(bbox.y||0)-1), + width:HOVER.Px(bbox.w), height:HOVER.Px(bbox.h+bbox.d), cursor:"pointer", "background-color":"white", filter:"alpha(opacity=0)" } }]]);