weflock/assets/js/index.js

13 lines
174 B
JavaScript
Raw Normal View History

/**
* Placeholder JS file for Casper behaviours
*/
/*globals jQuery, document */
(function ($) {
"use strict";
2013-08-20 12:53:02 -04:00
$(document).ready(function(){
});
2013-08-20 12:53:02 -04:00
}(jQuery));