starlight
starlight copied to clipboard
Document how to instantiate new DOM objects from Lua
For example:
local date = window.Date.new()
Hello, I try to use this code but I always got a
Error: attempt to index a nil value
Here is my code:
function startClock()
local today = window.Date.new()
end
I also tried using window.extract()
Just to keep trace.
Hi @MangelMaxime,
I've updated the version in the CDN to the latest master so this should be working now:
http://jsbin.com/bubexoyiwa/edit?html,console
Seems to work :) We can close I suppose