diff options
author | Kondou <kondou@ts.unde.re> | 2013-08-18 07:16:15 -0700 |
---|---|---|
committer | Kondou <kondou@ts.unde.re> | 2013-08-18 07:16:15 -0700 |
commit | c7af26ec84f2aecc8198f9a3a080950e89e5ec10 (patch) | |
tree | 3132ca40c99d16a8efd79b1a9ce6309e5545a5d4 /apps/files/js | |
parent | 3366bbeb8a91db9dd7f592bce8760156a23c0530 (diff) | |
parent | 9e8a6b704d4b65bb999d992f4900a9e184d952bd (diff) | |
download | nextcloud-server-c7af26ec84f2aecc8198f9a3a080950e89e5ec10.tar.gz nextcloud-server-c7af26ec84f2aecc8198f9a3a080950e89e5ec10.zip |
Merge pull request #4497 from owncloud/newlines_at_eof_kondou
Add newlines at the end of files
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/keyboardshortcuts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/keyboardshortcuts.js b/apps/files/js/keyboardshortcuts.js index cc2b5d42139..418c38adb99 100644 --- a/apps/files/js/keyboardshortcuts.js +++ b/apps/files/js/keyboardshortcuts.js @@ -165,4 +165,4 @@ var Files = Files || {}; removeA(keys, event.keyCode); }); }; -})(Files);
\ No newline at end of file +})(Files); |