From 92447a334e2054287654d897731bfbf5f4d95a9b Mon Sep 17 00:00:00 2001 From: John Foerch Date: Mon, 7 Jan 2013 13:03:48 -0500 Subject: [PATCH] stylesheet.js: comment --- modules/stylesheet.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/stylesheet.js b/modules/stylesheet.js index 16a05d6..80d4c65 100644 --- a/modules/stylesheet.js +++ b/modules/stylesheet.js @@ -70,7 +70,8 @@ function user_stylesheet_registered_p (url) { * @-moz-document url-prefix(...) header. * * $regexps: optional string or RegExp, or array of strings or RegExps, - * for a @-moz-document regexp(...) header. + * for a @-moz-document regexp(...) header. This header is only + * available in XULRunner 6 or higher. */ define_keywords("$namespace", "$domains", "$urls", "$url_prefixes", "$regexps"); function make_css_data_uri (rules) { -- 2.11.4.GIT