From 2b5eb85688576b473f96791d4aba383e6509684a Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Mon, 15 Dec 2014 12:39:47 +0100 Subject: [PATCH] Add doc --- lib/console2.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/console2.js b/lib/console2.js index 0fc3d74..157e2d0 100644 --- a/lib/console2.js +++ b/lib/console2.js @@ -21,6 +21,10 @@ * * Get location of log. * ie. filename and line number + * + * @return {Obsject} + * @return {String} filename + * @return {Number} line */ var getLocation = function () {