From 71cdd2a9ebc4c34e13a0fc4413fd7fb98b2128d3 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Mon, 19 Nov 2012 15:33:21 -0800 Subject: [PATCH] JavaScriptContentHandler: Fix typo in comment block (actual: 'CSS'; intended: 'JS') Change-Id: Iaef21f0c864222aee7c970012e8163741d6310ca --- includes/content/JavaScriptContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/content/JavaScriptContentHandler.php b/includes/content/JavaScriptContentHandler.php index 2221dca962..b5b4ee254c 100644 --- a/includes/content/JavaScriptContentHandler.php +++ b/includes/content/JavaScriptContentHandler.php @@ -51,7 +51,7 @@ class JavaScriptContentHandler extends TextContentHandler { } /** - * Returns the english language, because CSS is english, and should be handled as such. + * Returns the english language, because JS is english, and should be handled as such. * * @return Language wfGetLangObj( 'en' ) * -- 2.20.1