Created
August 8, 2013 05:56
-
-
Save esmasui/6181845 to your computer and use it in GitHub Desktop.
enchantMOON window.utilsオブジェクトのダンプ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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