This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
koreader
Watch
2
Star
0
Fork
0
You've already forked koreader
mirror of
https://github.com/koreader/koreader
synced
2024-10-31 21:20:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
768077aaa0
koreader
/
frontend
/
ui
/
screen.lua
3 lines
60 B
Lua
Raw
Normal View
History
Unescape
Escape
Further refactoring This should finish the work to make all globals to local variables. That allows LuaJIT to properly compile things by interning the references to the relevant parts (rather than looking up globals all the time which stops a trace).
2013-10-22 15:11:31 +00:00
-- compatibility wrapper
return
require
(
"
ui/device
"
)
.
screen
Reference in New Issue
Copy Permalink