Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
36474308
...
3647430892aa1f6f148ef23317d0966780da0419
authored
2013-08-26 20:56:54 +0200
by
mickaelandrieu
Committed by
Mickaël Andrieu
2013-09-09 00:58:41 +0200
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
minor syntax fix
1 parent
c7d5a1cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/tester.js
modules/tester.js
View file @
3647430
...
...
@@ -851,7 +851,7 @@ Tester.prototype.assertInstanceOf = function assertInstanceOf(subject, className
"use strict"
;
var
actual
=
subject
instanceof
className
;
return
this
.
assert
(
utils
.
equals
(
actual
,
true
),
message
,
{
type
:
"assert
Type
"
,
type
:
"assert
InstanceOf
"
,
standard
:
f
(
'Subject is an instance of: "%s"'
,
className
),
values
:
{
subject
:
subject
,
...
...
Please
register
or
sign in
to post a comment