Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
-
Property svn:executable set to
*
|
File size:
257 bytes
|
Line | |
---|
1 | (function (tree) { |
---|
2 | |
---|
3 | tree.Anonymous = function (string) { |
---|
4 | this.value = string.value || string; |
---|
5 | }; |
---|
6 | tree.Anonymous.prototype = { |
---|
7 | toCSS: function () { |
---|
8 | return this.value; |
---|
9 | }, |
---|
10 | eval: function () { return this } |
---|
11 | }; |
---|
12 | |
---|
13 | })(require('less/tree')); |
---|
Note: See
TracBrowser
for help on using the repository browser.