aapssfc/book/common/js/parsons-noconflict.js
2015-03-03 15:56:44 +01:00

5 lines
174 B
JavaScript

// 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();