Skip to content

Commit

Permalink
fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Apr 3, 2018
1 parent b689854 commit dd1a54f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/c9.ide.clipboard/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ define(function(require, exports, module) {
isAvailable: checkAvailable,
exec: function() { cut(); },
passEvent: true,
readOnly: false,
}, plugin);

commands.addCommand({
Expand All @@ -76,7 +75,6 @@ define(function(require, exports, module) {
isAvailable: checkAvailable,
exec: function() { paste(); },
passEvent: true,
readOnly: false,
}, plugin);

commands.addCommand({
Expand Down

0 comments on commit dd1a54f

Please sign in to comment.