You are here

function nodejs_ajax_init in Node.js integration 7

Implements hook_init().

File

nodejs_ajax/nodejs_ajax.module, line 6

Code

function nodejs_ajax_init() {
  drupal_add_library('system', 'drupal.ajax');
}