Bug fix (At line 908 of file "FTMain.jsfl": ReferenceError: ft is not defined)

This commit is contained in:
2017-07-01 23:16:13 +07:00
parent 9b89bfc00b
commit 262e1f8d40
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
ft_main = function (opts) {
ft_main = function (external_ft, opts) {
ft = external_ft;
opts = opts || {};
//