# File lib/fusioncharts/exporter/fc_exporter.rb, line 172 def mime_type(ext) m_type =ext if(@@mime_list[ext] != nil) m_type = @@mime_list[ext] end return m_type end