weflock/assets/js/index.js

13 lines
174 B
JavaScript

/**
* Placeholder JS file for Casper behaviours
*/
/*globals jQuery, document */
(function ($) {
"use strict";
$(document).ready(function(){
});
}(jQuery));