[jQuery] jQuery and Object.prototype extensions
Yeah, I know some our shortcuts are no-nos when utlizing other frameworks
and we're changing those. .about() is only a debug helper and only present
in test code. Prod code never refers to .about() and the other extensions
are being relocated.
What's you opinion about extensions to 'primitive' objects (e.g.: "my
string".trim()) and static class methods (e.g.: Math.round( num, precision
))?
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Michael Geary
Sent: Monday, July 31, 2006 4:20 PM
To: 'jQuery Discussion.'
Subject: Re: [jQuery] jQuery and Object.prototype extensions