Interim commit.
[yaffs-website] / web / modules / contrib / linkit / js / linkit.js
1 /**
2  * @file
3  * Some basic behaviors and utility functions for Linkit.
4  */
5
6 (function ($, Drupal, drupalSettings) {
7
8   'use strict';
9
10   /**
11    * @namespace
12    */
13   Drupal.linkit = {};
14
15 })(jQuery, Drupal, drupalSettings);