smsmslib 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smsmslib",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Reusable functions for me.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -39,7 +39,7 @@ function sj_reducer_onAction_create(hf_type, f_dispatch, user)
39
39
  type : s_type, /* By convention. */
40
40
  f_type, o_event, user,
41
41
 
42
- // pass the copy of o_event. Otherwise o_event.currentTarget will be null
42
+ // pass the copy of o_event. Because o_event.currentTarget will be null
43
43
  // by the time sj_reducer() is called.
44
44
  o_event_bak: {...o_event},
45
45
  };