Skip to content

Instantly share code, notes, and snippets.

@Gisleburt
Gisleburt / Tools.js
Created January 15, 2013 16:41
Just some useful JavaScript functions
/**
* Useful functions
*/
var Tools = function() {};
/**
* Checks a value is not null or undefined
* @param test
* @return {Boolean}
*/