Skip to content

Instantly share code, notes, and snippets.

@esmasui
Created August 8, 2013 05:56
Show Gist options
  • Select an option

  • Save esmasui/6181845 to your computer and use it in GitHub Desktop.

Select an option

Save esmasui/6181845 to your computer and use it in GitHub Desktop.
enchantMOON window.utilsオブジェクトのダンプ
intercept=function (clazz,method,interceptor){var proto=clazz.prototype,_super=proto[method],unwrapArgs=interceptor.length>2;proto[method]=function(){if(unwrapArgs){var args=Array.prototype.slice.call(arguments);args.unshift(_super,arguments);return interceptor.apply(this,args)}else{return interceptor.call(this,_super,arguments)}}}
--------
_lvl1=[object Object]
--------
_lvl2=[object Object]
--------
_lvl2_events=[object Object]
--------
_htmlencoding=[object Object]
--------
_htmltodom=[object Object]
--------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment