ThirdParty/Jasy/jasy/js/util/__init__.py

changeset 4631
5c1a96925da4
parent 4021
195a471c327b
child 5389
9b1c800daff3
equal deleted inserted replaced
4630:7b0e38956b5c 4631:5c1a96925da4
3 # Copyright 2010-2012 Zynga Inc. 3 # Copyright 2010-2012 Zynga Inc.
4 # 4 #
5 5
6 # 6 #
7 # minimized for using just the parser within eric6 7 # minimized for using just the parser within eric6
8 # Copyright (c) 2013 - 2015 Detlev Offenbach <detlev@die-offenbachs.de> 8 # Copyright (c) 2013 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
9 # 9 #
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 12
13 pseudoTypes = set(["any", "var", "undefined", "null", "true", "false", "this", 13 pseudoTypes = set(["any", "var", "undefined", "null", "true", "false", "this",

eric ide

mercurial