You are here

function js_callback_examples_js_info in JS Callback Handler 7.2

Implements hook_js_info().

File

js_callback_examples/js_callback_examples.module, line 59
Provides examples on how to use the JS module API.

Code

function js_callback_examples_js_info() {
  $callbacks['get_uid'] = array();
  return $callbacks;
}