You are here

function _labjs_get_path in LABjs 6

Returns the path to the LAB JS loader

1 call to _labjs_get_path()
_labjs_prepare_required_js in ./labjs.module
Returns the required code to be inserted into page header.

File

./labjs.module, line 328
LABjs module

Code

function _labjs_get_path() {
  return drupal_get_path('module', 'labjs') . '/labjs.min.js';
}