Fix the legacy clipboard include

This commit is contained in:
Thomas Goyne 2014-12-25 21:09:06 -08:00
parent c313f32384
commit 6d74f22e92
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@
-- 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()
_G.clipboard = require 'aegisub.clipboard'
return _G.clipboard