function d3_uninstall in d3.js 7
Implements hook_uninstall().
File
- ./
d3.install, line 67 - Install, update and uninstall functions for the d3 module.
Code
function d3_uninstall() {
variable_del('d3_graphapi_default_library');
}
Implements hook_uninstall().
function d3_uninstall() {
variable_del('d3_graphapi_default_library');
}