Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 627 → Rev 628

/trunk/math.js
110,7 → 110,7
*/
function _isInteger (n)
{
return n % 1 == 0;
return n % 1 === 0;
}
 
return {