6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
var test = {
|
|
setInterval: function(fn, ms) {
|
|
setInterval(fn, ms);
|
|
}
|
|
};
|