Skip to content

Commit 2719a32

Browse files
committed
test \@Property
1 parent dc03e40 commit 2719a32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Ajax/common/traits/JqueryActionsTrait.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?php
22

33
namespace Ajax\common\traits;
4+
/**
5+
*
6+
* @author jc
7+
* @property array $jquery_code_for_compile;
8+
*/
49

510
trait JqueryActionsTrait {
611
public abstract function _add_event($element, $js, $event, $preventDefault=false, $stopPropagation=false,$immediatly=true);

0 commit comments

Comments
 (0)