Ticket #617: jsmin.py.patch
| File jsmin.py.patch, 0.5 kB (added by fredj, 2 years ago) |
|---|
-
tools/jsmin.py
old new 138 138 139 139 if action <= 3: 140 140 self.theB = self._next() 141 if self.theB == '/' and (self.theA == '(' or self.theA == ',' or self.theA == '='):141 if self.theB == '/' and (self.theA in ['(', ',', '=', ':', '[', '!', '&', '|']): 142 142 self._outA() 143 143 self._outB() 144 144 while 1:
