var later = function()

in timing.js [46:49]


		var later = function() {
			timeout = null;
			if (!immediate) func.apply(context, args);
		};