public function RateWidget::getJS in Rate 7.2
Get JS scripts required for the widget.
Return value
array
File
- classes/
widget.inc, line 238
Class
Code
public function getJS() {
return array();
}
Get JS scripts required for the widget.
array
public function getJS() {
return array();
}