Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.1/timers-ext/test/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.1/timers-ext/test/once.js

"use strict";

module.exports = function (t, a, d) {
	var called = 0, fn = t(function () {
 ++called;
});

	fn();
	fn();
	fn();
	setTimeout(function () {
		a(called, 1);

		called = 0;
		fn = t(function () {
 ++called;
}, 50);
		fn();
		fn();
		fn();

		setTimeout(function () {
			fn();
			fn();

			setTimeout(function () {
				fn();
				fn();

				setTimeout(function () {
					fn();
					fn();

					setTimeout(function () {
						a(called, 1);
						d();
					}, 70);
				}, 30);
			}, 30);
		}, 30);
	}, 10);
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists