Adding in a jQuery.type(obj) method (a simple map to using Object.prototype.toString...
authorJohn Resig <jeresig@gmail.com>
Wed, 25 Aug 2010 16:57:34 +0000 (09:57 -0700)
committerJohn Resig <jeresig@gmail.com>
Wed, 25 Aug 2010 16:57:34 +0000 (09:57 -0700)
commit94f35d05199ec1634d9c8c60d10f298f260056bd
treee874be18854a97705f946841d7458f263adf707f
parent18dad474891b94c2f51083cb9df8860a84d630b0
Adding in a jQuery.type(obj) method (a simple map to using Object.prototype.toString.call). Fixes #3330.
src/core.js