Mark Sibly 8 年之前
父节点
当前提交
d506203b4f
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      modules/mojox/action.monkey2

+ 4 - 2
modules/mojox/action.monkey2

@@ -136,13 +136,15 @@ Class Action
 	#rem monkeydoc Triggers the action.
 	#end	
 	Method Trigger()
-		
+#If Not __WEB_TARGET__		
 		If _async
 			New Fiber( Triggered )
 		Else
 			Triggered()
 		Endif
-		
+#Else
+		Triggered()
+#Endif
 	End
 	
 	Private