[Pkg-javascript-commits] [less.js] 50/58: make node available in tree

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:28:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.3.0
in repository less.js.

commit 10586f0a92dfa723def0e5dfb9ef1a2832c634bd
Author: Luke Page <luke.a.page at gmail.com>
Date:   Mon Jan 26 21:53:02 2015 +0000

    make node available in tree
---
 lib/less/tree/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/less/tree/index.js b/lib/less/tree/index.js
index a600446..c4624dd 100644
--- a/lib/less/tree/index.js
+++ b/lib/less/tree/index.js
@@ -1,5 +1,6 @@
 var tree = {};
 
+tree.Node = require('./node');
 tree.Alpha = require('./alpha');
 tree.Color = require('./color');
 tree.Directive = require('./directive');

-- 
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