Code refactoring

This commit is contained in:
RainLoop Team 2015-03-18 16:33:48 +04:00
parent f817a680a2
commit d8c9f7ec14
15 changed files with 469 additions and 189 deletions

View file

@ -90,6 +90,15 @@
return Utils.isNormal(mValue) ? '' + mValue : '';
};
/**
* @param {*} mValue
* @return {boolean}
*/
Utils.pBool = function (mValue)
{
return !!mValue;
};
/**
* @param {string} sComponent
* @return {string}