function respondjs_get_library_file in Respond.js 7
Helper function gets the path to the library Javascript file
2 calls to respondjs_get_library_file()
- respondjs_page_build in ./
respondjs.module - Implements hook_page_build().
- respondjs_requirements in ./
respondjs.install - Implements hook_requirements().
File
- ./
respondjs.module, line 106 - Main file for the Respond.js module
Code
function respondjs_get_library_file() {
return respondjs_get_library_path() . '/respond.min.js';
}