Implements hook_modules_enabled().
@todo: This should be removed if https://drupal.org/node/1813100 is resolved.
array $modules: An array of the modules that were enabled.
function breakpoint_modules_enabled($modules) {
_breakpoint_modules_enabled($modules);
}