Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
add missing var keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
lafave committed Apr 7, 2015
1 parent 4cd5200 commit 0a6af69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequel/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ utils.escapeString = function(value) {
*/

utils.toSqlDate = function(date) {
utc = new Date(
var utc = new Date(
date.getUTCFullYear(),
date.getUTCMonth(),
date.getUTCDate(),
Expand Down

0 comments on commit 0a6af69

Please sign in to comment.