Skip to content

Commit

Permalink
fix jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolif committed Sep 19, 2014
1 parent e86f368 commit 2ba6a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-bower.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define(["intern!object", "intern/chai!assert", "intern/dojo/node!path", "intern/
"intern/dojo/Deferred", "module", "intern/dojo/node!fs", "intern/dojo/node!rimraf", "intern/dojo/node!mkdirp"],
function (registerSuite, assert, path, yo, Deferred, module, fs, rimraf, mkdirp) {
function copyObj(obj) {
var copy = {}
var copy = {};
for (var key in obj) {
copy[key] = obj[key];
}
Expand Down

0 comments on commit 2ba6a5a

Please sign in to comment.