이래 저래 jQuery plugin 이나 jUnit 등을 설치할까 하다가 그냥 만들어 버렸다. 1시간이다. 이런 허접 스런... /** * @authoruncaose@gmail.com */ profile = { lists : [ { name: '### start', time:(new Date().getTime()), startDelay: 0, delay : 0, from : { name : null, delay: -1 } } ], getTime : function(){ return (new Date().getTime()); }, set : function(name, from){ var name = name, from = from||null, fromDelay = -1, time = this.getTime..