Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Commit

Permalink
fixed jshint gotchas
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Giammarchi committed Oct 8, 2014
1 parent 662b65a commit 99a54d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eddy-js",
"description": "Event Driven JS",
"version": "0.6.2",
"version": "0.6.3",
"main": "build/eddy.dom.js",
"ignore": [
"test",
Expand Down
3 changes: 1 addition & 2 deletions build/eddy.amd.max.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ var /*! (C) Andrea Giammarchi Mit Style License */
while (i--) a[i] = this[i];
return a;
} :
slice
,
slice,
// used in all ES5 compatible browsers (all but IE < 9)
commonDescriptor = (Object.create || Object)(null),
recycledArguments = [],
Expand Down
3 changes: 1 addition & 2 deletions build/eddy.dom.max.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ var /*! (C) Andrea Giammarchi Mit Style License */
while (i--) a[i] = this[i];
return a;
} :
slice
,
slice,
// used in all ES5 compatible browsers (all but IE < 9)
commonDescriptor = (Object.create || Object)(null),
recycledArguments = [],
Expand Down
3 changes: 1 addition & 2 deletions build/eddy.max.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ var /*! (C) Andrea Giammarchi Mit Style License */
while (i--) a[i] = this[i];
return a;
} :
slice
,
slice,
// used in all ES5 compatible browsers (all but IE < 9)
commonDescriptor = (Object.create || Object)(null),
recycledArguments = [],
Expand Down
3 changes: 1 addition & 2 deletions build/eddy.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ var /*! (C) Andrea Giammarchi Mit Style License */
while (i--) a[i] = this[i];
return a;
} :
slice
,
slice,
// used in all ES5 compatible browsers (all but IE < 9)
commonDescriptor = (Object.create || Object)(null),
recycledArguments = [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.2",
"version": "0.6.3",
"name": "eddy",
"description": "Event Driven JS",
"homepage": "https://github.com/WebReflection/eddy",
Expand Down
3 changes: 1 addition & 2 deletions src/eddy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ var /*! (C) Andrea Giammarchi Mit Style License */
while (i--) a[i] = this[i];
return a;
} :
slice
,
slice,
// used in all ES5 compatible browsers (all but IE < 9)
commonDescriptor = (Object.create || Object)(null),
recycledArguments = [],
Expand Down

0 comments on commit 99a54d8

Please sign in to comment.