Add a comment

This commit is contained in:
Oleg 2013-01-13 23:47:29 +04:00 committed by Dave Methvin
parent 38ad408f82
commit eff59f97ac

View File

@ -8,6 +8,8 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>
rscriptType = /^$|\/(?:java|ecma)script/i,
rscriptTypeMasked = /^true\/(.*)/,
rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
// We have to close these tags to support XHTML (#13200)
wrapMap = {
// Support: IE 9