first import book

This commit is contained in:
Johann Dreo 2015-03-03 15:56:44 +01:00
commit dfd9c869d5
233 changed files with 47797 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// revert the version of underscore and jquery to whatever it was
// before parson's code included header files
var $pjQ = jQuery.noConflict(true);
var _p = _.noConflict();