Casper - initial commit to separate GitHub repo

This commit is contained in:
Hannah Wolfe
2013-05-11 11:16:11 +01:00
parent 77ec816981
commit 162b362e4b
23 changed files with 2981 additions and 0 deletions

12
js/index.js Normal file
View File

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