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
fd9956c5
...
fd9956c5ef25f5f4b098d2d45d71bb03d300c8d2
authored
2012-05-21 18:32:06 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
proper var scoping in clientutils module
1 parent
d2e40873
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/clientutils.js
modules/clientutils.js
View file @
fd9956c
...
...
@@ -29,7 +29,7 @@
*/
(
function
(
exports
)
{
exports
.
create
=
function
create
()
{
return
new
ClientUtils
();
return
new
this
.
ClientUtils
();
};
/**
...
...
Please
register
or
sign in
to post a comment