removed a ,
This commit is contained in:
parent
3681dbeaea
commit
1361ee6579
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ var keywordMapper = this.createKeywordMapper({
|
|||
"http_response|land_collision|land_collision_end|land_collision_start|" +
|
||||
"link_message|listen|money|moving_end|moving_start|no_sensor|not_at_rot_target|" +
|
||||
"not_at_target|object_rez|on_rez|path_update|remote_data|run_time_permissions|" +
|
||||
"sensor|state_entry|state_exit|timer|touch|touch_end|touch_start|transaction_result",
|
||||
"sensor|state_entry|state_exit|timer|touch|touch_end|touch_start|transaction_result"
|
||||
}, "identifier");
|
||||
|
||||
this.$rules = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue