Skip to content

Commit

Permalink
!~
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Apr 15, 2012
1 parent f062955 commit 5ca277e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsmin.c
@@ -1,5 +1,5 @@
/* jsmin.c
2012-01-09
2012-04-15
Copyright (c) 2002 Douglas Crockford (www.crockford.com)
Expand Down Expand Up @@ -231,6 +231,8 @@ jsmin()
case '(':
case '+':
case '-':
case '!':
case '~':
action(1);
break;
case ' ':
Expand Down

1 comment on commit 5ca277e

@tomByrer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this addition & all your JS work!

Please sign in to comment.