##// END OF EJS Templates
use translateZ(0) to avoid repaints of `#site` on scroll.
use translateZ(0) to avoid repaints of `#site` on scroll.

File last commit:

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