00001 <?php 00002 00003 class TKSnapJavaScriptPreview extends TKSnapPreview { 00004 protected function getTranslators() { 00005 return array('HTML' => 'STransHTML'); 00006 } 00007 00008 protected function getFormattedSource() { 00009 return htmlspecialchars($this->version->getContentModule()->getJavaScript()); 00010 } 00011 } 00012 00013 ?>
1.5.6