This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- download.lua by Michael Weingarden May 2014 | |
local dropbox = require("dropboxModule") | |
local widget = require( "widget" ) | |
-- Load the relevant LuaSocket modules (no additional files required for these) | |
local http = require("socket.http") | |
local ltn12 = require("ltn12") | |
_H = display.contentHeight |