Initialize shared gh-pages infrastructure

This commit is contained in:
Phillip Webb
2013-09-07 08:02:59 -07:00
commit 171918e41a
70 changed files with 35217 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
beforeEach(function() {
$('body').append('<div id="jasmine_content"></div>');
});
afterEach(function() {
$('body #jasmine_content').remove();
});