Guest User

Untitled

a guest
May 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. CmdUtils.CreateCommand({
  2. name: "signature",
  3. preview: "Insert your signature; simple eh?",
  4. execute: function(){
  5. CmdUtils.setSelection( "Testing Trainings" );
  6. }
  7. })
Add Comment
Please, Sign In to add comment