Javascript String IsStyle()
IsStyle()
String.prototype.IsStyle = function () { for (var p in document.body.style) { return p.toLowerCase() === this.toLowerCase(); }/* w ww .j a v a 2 s . com*/ return false; }; //# sourceMappingURL=String.js.map