Advertisement
keysle

K8r Juoopt Compressed

Oct 23rd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function(){Plugin = (function(){_ = Plugin.prototype;function Plugin(){this.k8r = {
  2. // ////////////////////////////////////////////////// START: MEAT
  3. 'ns':'unique',
  4. 'pluginOption':'optionValue'
  5. // ////////////////////////////////////////////////// END: MEAT
  6. };// //////////////////////////////////////////////// START: MEAT
  7. this.other_initial_variables = 'initial variable';
  8. this.initializing_function();
  9. }
  10.  
  11. _.initializing_function = function(){
  12.     alert(this.k8r['pluginOption']);
  13. };
  14. // ///////////////////////////////////////////////////// END: MEAT
  15. return Plugin;})();function initiate(){var plugin;return plugin = new Plugin();}if(window.addEventListener){window.addEventListener('load',initiate,false);}else{window.attachEvent('onload',initiate);}}).call(this);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement