function jscrollpane_install in JScrollPane 6.2
Implementation of hook_install().
File
- ./
jscrollpane.install, line 11 - Install, update, and uninstall functions for the jScrollPane module.
Code
function jscrollpane_install() {
variable_set('jscrollpane_class', '.scroll-pane');
}