In (current trunk, -r 1091) MochiKit.Visual.Scale.prototype, there are calls such as :
(ln. 906) var fontSize = MochiKit.DOM.getStyle(this.element, 'position'); But DOM.getStyle does not exist. Similarly, there are calls to DOM.setStyle in the vicinity. These can be aliased with new functions in MochiKit.Style, except in some instances (getStyle(this.element, 'font-size'), for instance). I think I'm going to be able to work around these issues, but is this just a danger of using a version under development? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
