summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/core/noder.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua
index 8fa55ea3..9f37f463 100644
--- a/script/core/noder.lua
+++ b/script/core/noder.lua
@@ -477,7 +477,7 @@ function m.compileNode(noders, source)
or setmethod.type == 'setfield'
or setmethod.type == 'setindex') then
pushForward(noders, id, getID(setmethod.node), 'method')
- pushBackward(noders, getID(setmethod.node), id, 'method')
+ --pushBackward(noders, getID(setmethod.node), id, 'method')
end
end
-- 分解 @type