Skip to content

Commit

Permalink
chore: autopublish 2023-09-20T15:15:17Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2023
1 parent aa7a8a3 commit 511eccb
Show file tree
Hide file tree
Showing 55 changed files with 5,297 additions and 52 deletions.
2 changes: 1 addition & 1 deletion dist/cross_staff_offset.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/cue_notes_create.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/deletion_chooser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/document_options_as_json.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/document_rename_pdfs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/document_save_as_text.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/gracenote_slash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/hairpin_creator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/hotkey_script_palettes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/layer_clear_selective.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/layer_hide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/layer_mute.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
2 changes: 1 addition & 1 deletion dist/layers_swap_selective.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ package.preload["mixin.FCMCustomLuaWindow"] = package.preload["mixin.FCMCustomLu
function methods:RegisterHandleControlEvent(control, callback)
mixin_helper.assert_argument_type(2, control, "FCControl", "FCMControl")
mixin_helper.assert_argument_type(3, callback, "function")
if not self:RegisterHandleControlEvent_(control, function(ctrl)
if not self:RegisterHandleControlEvent__(control, function(ctrl)
callback(self:FindControl(ctrl:GetControlID()))
end) then
error("'FCMCustomLuaWindow.RegisterHandleControlEvent' has encountered an error.", 2)
Expand Down
Loading

0 comments on commit 511eccb

Please sign in to comment.