Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8979f1

Browse files
committedMar 12, 2012
White little beauty
1 parent 1780a58 commit a8979f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Client.prototype.escape = function(val) {
177177
var sanitized = val.map( function( v ) { return escape( v ); } );
178178
return "'" + sanitized.join( "','" ) + "'";
179179
}
180+
180181
if (typeof val === 'object') {
181182
val = (typeof val.toISOString === 'function')
182183
? val.toISOString()

0 commit comments

Comments
 (0)