Show
Ignore:
Timestamp:
11/24/2009 08:03:06 AM (4 months ago)
Author:
peterfarrell
Message:

- Fixed a typo (I know I shouldn't commit on a tag, but I don't care right now)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/1-8-0/trunk/properties/HtmlHelperProperty.cfc

    r1983 r1987  
    142142                        <cfcatch type="any"> 
    143143                                <!--- Some hosts (such as GAE) do not support java.awt.* package so replace with mock function ---> 
    144                                 <cfset variables.getImageDimentions = variables.mock_getImageDimensions /> 
    145                                 <cfset this.getImageDimentions = this.mock_getImageDimensions /> 
     144                                <cfset variables.getImageDimensions = variables.mock_getImageDimensions /> 
     145                                <cfset this.getImageDimensions = this.mock_getImageDimensions /> 
    146146                        </cfcatch> 
    147147                </cftry>