/*! jqueryp - v1.0.2 - 2012-12-07 * https://github.com/Ensighten/jqueryp * Copyright (c) 2012 Ensighten; Licensed MIT */ (function(e,t){e.exportModule=function(n,r){var i="jqueryp_"+n;e.fn[n]=function(s){var o=[].slice.call(arguments,1),u=this;return this.each(function(a){var f=e(this),l=f.data(i);l===t&&(l=new r(f),f.data(i,l));if(s)if(s===!0)a===0&&(u=l);else{var c=l[s];if(c===t){var h=window.console;h&&h.error&&h.error(n+"."+s+" not found!")}else if(typeof c!="function")a===0&&(u=c);else{var p=c.apply(l,o);a===0&&p!==t&&(u=p)}}}),u}}})(jQuery);