Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

empty_function

oatkiller edited this page Sep 13, 2010 · 2 revisions

empty_function is a function that does nothing

(function () {

o.empty_function(); // nothing happened...

})();
Clone this wiki locally