Project

General

Profile

Download (534 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * A JavaScript file for the theme.
4
 *
5
 * In order for this JavaScript to be loaded on pages, see the instructions in
6
 * the README.txt next to this file.
7
 */
8

    
9
// JavaScript should be made compatible with libraries other than jQuery by
10
// wrapping it with an "anonymous closure". See:
11
// - http://drupal.org/node/1446420
12
// - http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth
13
(function ($, Drupal, window, document, undefined) {
14

    
15

    
16
// Place your code here.
17

    
18

    
19
})(jQuery, Drupal, this, this.document);
(3-3/4)