diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-30 13:46:40 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-30 13:46:54 -0700 |
| commit | 624fcdcc7e8502cd8f0dc4c51669e5d1de7811b9 (patch) | |
| tree | a3391aac7d1b6e286464aecd24b0df6fddf3c63a /code_obj.lua | |
| parent | 0afcb416bcdb768c029e724ba08a900e7e95ee52 (diff) | |
Moved as_lua_id() onto 'string'
Diffstat (limited to 'code_obj.lua')
| -rw-r--r-- | code_obj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code_obj.lua b/code_obj.lua index 2aba03d..848ed84 100644 --- a/code_obj.lua +++ b/code_obj.lua @@ -291,7 +291,7 @@ do local _len_0 = 1 for _index_0 = 1, #to_declare do local v = to_declare[_index_0] - _accum_0[_len_0] = v:as_lua_id() + _accum_0[_len_0] = string.as_lua_id(v.value) _len_0 = _len_0 + 1 end return _accum_0 |
