mirror of https://github.com/odrling/Aegisub
Don't create a global 'clipboard' object in the clipboard module
This commit is contained in:
parent
a2055b5db9
commit
5a4b70b8b9
|
@ -12,5 +12,4 @@
|
|||
-- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
-- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
_G.clipboard = aegisub.__init_clipboard()
|
||||
return _G.clipboard
|
||||
return aegisub.__init_clipboard()
|
||||
|
|
Loading…
Reference in New Issue