Skip to content

Instantly share code, notes, and snippets.

View jjromannet's full-sized avatar

Jan Roman jjromannet

View GitHub Profile
/**
* @class DecimalFormat
* @constructor
* @param {String} formatStr
* @author Oskan Savli
*/
function DecimalFormat(formatStr)
{
/**
* @fieldOf DecimalFormat