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