Skip to content

Commit

Permalink
Updated comments, remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed May 13, 2022
1 parent 9d7abbb commit 7ad4b6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions core/src/main/resources/lib/layout/keyboardShortcut.jelly
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
The MIT License
Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
Copyright (c) 2022 Jan Faracik
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -25,10 +25,10 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<st:documentation>
TODO
Visual representation of a keyboard shortcut

<st:attribute name="keys">
TODO
The keys to display, separated by the + character
</st:attribute>
</st:documentation>

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/task.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ THE SOFTWARE.
(since 1.512)
</st:attribute>
<st:attribute name="keyboardShortcut">
TODO - in Mac format TODO CMD+K
Optional keyboard shortcut to use to access this task
(since TODO)
</st:attribute>
</st:documentation>
Expand Down
1 change: 0 additions & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"jenkins-js-modules": "^1.5.0",
"jquery": "3.5.1",
"lodash": "^4.17.20",
"regenerator-runtime": "^0.13.9",
"sortablejs": "^1.13.0",
"window-handle": "^1.0.0"
},
Expand Down
5 changes: 0 additions & 5 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6815,11 +6815,6 @@ regenerator-runtime@^0.13.4:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==

regenerator-runtime@^0.13.9:
version "0.13.9"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==

regenerator-transform@^0.14.2:
version "0.14.4"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.4.tgz#5266857896518d1616a78a0479337a30ea974cc7"
Expand Down

0 comments on commit 7ad4b6f

Please sign in to comment.