Skip to content

Commit

Permalink
revert...
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmmc committed Sep 29, 2018
1 parent 4e6436f commit a6cf220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua-promise.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Promise = {
Promise.__index = Promise

function Promise.new(excutor)
local self = {}
self = {}
setmetatable(self, Promise)

local _resolve = function (value)
Expand Down

0 comments on commit a6cf220

Please sign in to comment.