(t, e)
| 49 | this.name = t, this.code = DOMException[t], this.message = e |
| 50 | }, |
| 51 | c = function(t, e) { |
| 52 | if ("" === e) throw new a("SYNTAX_ERR", "An invalid or illegal string was specified"); |
| 53 | if (/\s/.test(e)) throw new a("INVALID_CHARACTER_ERR", "String contains an invalid character"); |
| 54 | return s.call(t, e) |
| 55 | }, |
| 56 | l = function(t) { |
| 57 | for (var e = r.call(t.getAttribute("class") || ""), n = e ? e.split(/\s+/) : [], o = 0, i = n.length; i > o; o++) this.push(n[o]); |
| 58 | this._updateClassName = function() { |