rightclick
Advanced tools
Comparing version 0.4.0 to 0.4.1
# rightClick Changelog | ||
### 7 March 2014, 0.4.1 | ||
* Fixed arguments issue | ||
* Fixed link to Travis | ||
### 7 March 2014, 0.4.0 | ||
@@ -4,0 +9,0 @@ |
@@ -20,3 +20,3 @@ var fs = require('fs'), | ||
encoding = this.encoding; | ||
console.log(encoding); | ||
var copy = function (fullPath, path, clip) { | ||
@@ -23,0 +23,0 @@ |
var fs = require('fs'), | ||
log = require('col'); | ||
module.exports = function (location) { | ||
module.exports = function (location, encoding) { | ||
@@ -27,2 +27,4 @@ this.clipboard = { | ||
this.encoding = encoding || null; | ||
// Set location as current clipboard target. | ||
@@ -29,0 +31,0 @@ this.clipboard.target = location; |
{ | ||
"name": "rightclick", | ||
"description": "Cut, copy, paste and delete for node.js", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "cut", |
@@ -1,2 +0,2 @@ | ||
# rightClick [](http://travis-ci.org/mattyod/rightclick) | ||
# rightClick [](http://travis-ci.org/mattyod/rightClick) | ||
@@ -3,0 +3,0 @@ Deep cut, copy, paste & delete fuctionality for Node.js. |
21439
450