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
511f2eb1
...
511f2eb1f5141ef8b890b613a360e7e045c7571e
authored
2013-09-11 11:42:42 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed syntax on jshint annotation
1 parent
d0e5735b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/utils.js
modules/utils.js
View file @
511f2eb
...
...
@@ -80,7 +80,7 @@ exports.betterTypeOf = betterTypeOf;
*/
function
betterInstanceOf
(
input
,
constructor
)
{
"use strict"
;
/*
global XMLDocument */
/*global XMLDocument */
/*jshint eqnull:true, eqeqeq:false */
while
(
input
!=
null
)
{
if
(
input
==
constructor
.
prototype
)
{
...
...
Please
register
or
sign in
to post a comment