[Pkg-javascript-commits] [less.js] 04/285: More consistent named colour variables. Updated.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit e1877d8a2636467432a81c2757f2032b8fdc773b
Author: seven-phases-max <seven.phases.max at gmail.com>
Date: Thu Jan 23 16:12:45 2014 +0400
More consistent named colour variables. Updated.
---
lib/less/parser.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/less/parser.js b/lib/less/parser.js
index 20289e1..c6031a9 100644
--- a/lib/less/parser.js
+++ b/lib/less/parser.js
@@ -793,7 +793,7 @@ less.Parser = function Parser(env) {
// black border-collapse
//
keyword: function () {
- var k = $(/^[_A-Za-z-][_A-Za-z0-9-]*/);
+ var k = $re(/^[_A-Za-z-][_A-Za-z0-9-]*/);
if (k) {
return tree.Color.fromKeyword(k) || new(tree.Keyword)(k);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list