We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca69517 commit 884efdbCopy full SHA for 884efdb
readme.md
@@ -18,7 +18,7 @@ var functionRegex = require('function-regex');
18
19
var fixture = function testing(args, opts, dest, cb) {
20
return cb ? {
21
- opts: [1,2,3];
+ opts: [1,2,3]
22
} : true;
23
};
24
@@ -81,4 +81,4 @@ Released under the [`MIT`][license-url] license.
81
82
***
83
84
-_Powered and automated by [kdf](https://github.com/tunnckoCore), January 26, 2015_
+_Powered and automated by [kdf](https://github.com/tunnckoCore), January 27, 2015_
0 commit comments