Fix typo in stackalytics/dashboard/static/js/jquery.tmpl.js
Change-Id: I465d6ff8f64e85467f88ca248e192226aa92083a
This commit is contained in:
		| @@ -424,7 +424,7 @@ | |||||||
|     function updateWrapped(options, wrapped) { |     function updateWrapped(options, wrapped) { | ||||||
|         // Build the wrapped content. |         // Build the wrapped content. | ||||||
|         options._wrap = build(options, true, |         options._wrap = build(options, true, | ||||||
|                 // Suport imperative scenario in which options.wrapped can be set to a selector or an HTML string. |                 // Support imperative scenario in which options.wrapped can be set to a selector or an HTML string. | ||||||
|                 $.isArray(wrapped) ? wrapped : [regex.html_expr.test(wrapped) ? wrapped : $(wrapped).html()] |                 $.isArray(wrapped) ? wrapped : [regex.html_expr.test(wrapped) ? wrapped : $(wrapped).html()] | ||||||
|         ).join(""); |         ).join(""); | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mitsuhiro SHIGEMATSU
					Mitsuhiro SHIGEMATSU