GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Get rid of a bit of useless code in SassScript parsing.
nex3 (author)
Sun Jun 15 00:43:36 -0700 2008
commit  c2ad4bd281009513f84422d6b2becfd7360e1594
tree    aa332459aee5088057f396e2be2fb3f8b8bb87c0
parent  2443c181ef6b49cd89b39013e8ce3777e024f48a
...
119
120
121
122
123
124
125
126
127
128
129
130
131
...
119
120
121
 
 
 
 
 
 
 
122
123
124
0
@@ -119,13 +119,6 @@ module Sass
0
                 next
0
               end
0
 
0
- # Is this a constant?
0
- if beginning_of_token && symbol == :const
0
- beginning_of_token = true
0
- to_return << :const
0
- next
0
- end
0
-
0
               # Are we looking at an operator?
0
               if symbol && (symbol != :mod || str.empty?)
0
                 str = reset_str.call

Comments

    No one has commented yet.