Skip to content

Commit 1c3d62f

Browse files
oops ;]
1 parent 54abb3a commit 1c3d62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/quo.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Quo = do ->
7474
target
7575

7676
$$.toType = (obj) -> $$.toType = (obj) ->
77-
match = OBJECT_PROTOTYPE.toString.call(obj).match(/\s([a-z|A-Z])/);
77+
match = OBJECT_PROTOTYPE.toString.call(obj).match(/\s([a-z|A-Z])/)
7878
if match then match[1].toLowerCase() else 'object'
7979

8080
$$.each = (elements, callback) ->

0 commit comments

Comments
 (0)