##// END OF EJS Templates
Merge pull request #8027 from bollwyvl/fix-select-multiple...
Merge pull request #8027 from bollwyvl/fix-select-multiple Don't re-implement option.click to trigger select.change closes #8012

File last commit:

r13347:54891794
r20695:883fe6f3 merge
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *