Skip to content

Commit

Permalink
Update mousetrap code to indicate it is modified at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Feb 9, 2022
1 parent bb2c5fd commit db36b86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mousetrap
Submodule mousetrap updated 1 files
+5 −1 mousetrap.js
6 changes: 5 additions & 1 deletion src/mousetrap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/*global define:false */
/**
* Mousetrap library, with modifications specifically for
* todoist-shortcuts.
*/
/**
* Copyright 2012-2017 Craig Campbell
*
Expand All @@ -17,7 +21,7 @@
* Mousetrap is a simple keyboard shortcut library for Javascript with
* no external dependencies
*
* @version 1.6.1
* @version 1.6.1 + mgsloan modifications
* @url craig.is/killing/mice
*/
(function(window, document, undefined) {
Expand Down

0 comments on commit db36b86

Please sign in to comment.