Commit ff3b12b0063af4560404319da1c43508ba11470b
1 parent
7ee8d268
validar
Showing
1 changed file
with
2 additions
and
3 deletions
js/inline/Readme.md
... | ... | @@ -43,8 +43,7 @@ If the element to be rendered via ajax, one can create a function to make the tr |
43 | 43 | - Note 2: If you do the track manually, you must retonar false in pre validate to avoid unexpected behavior, as more than once traquear the same event. |
44 | 44 | |
45 | 45 | # Pre Validity (optional) |
46 | --Validation function performed before being made the track, waiting for the return of a boolean if the false seje return will not be made the track. | |
47 | - | |
46 | +- Validation function performed before being made the track, waiting for the return of a boolean if the false seje return will not be made the track. | |
48 | 47 | - Available variables: |
49 | 48 | - Element: element gift |
50 | 49 | - Trigger: object |
... | ... | @@ -102,7 +101,7 @@ Name for reference in the studio |
102 | 101 | * actions : **array** |
103 | 102 | * trigger : **string ('click','pageview' ...)** |
104 | 103 | * selector : **String** - Required |
105 | - * page : string, | |
104 | + * page : **String** - Required | |
106 | 105 | * pre_script : **String** - Required |
107 | 106 | * port_script : **String** - Required |
108 | 107 | * pre_validation_script : **String** - Required | ... | ... |