fix jshint

This commit is contained in:
antelle 2016-04-19 22:21:32 +03:00
parent 177cbea905
commit e655250fc9
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ AutoTypeEmitter.prototype.key = function(key) {
};
AutoTypeEmitter.prototype.copyPaste = function(text) {
// TODO
this.callback();
Launcher.setClipboardText(text);
this.waitComplete();
};
AutoTypeEmitter.prototype.waitComplete = function() {