(value)
| 2063 | return imageIndex; |
| 2064 | } |
| 2065 | , notDefined = function(value) { |
| 2066 | return typeof value === 'undefined' || value === null; |
| 2067 | } |
| 2068 | , generateAliasFromData = function(data) { |
| 2069 | return typeof data === 'string' && jsPDFAPI.sHashCode(data); |
| 2070 | } |