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
ce54777a
...
ce54777a080b25a5b62e43ca22da39de098ae1cd
authored
2012-12-08 19:51:16 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
reset popups stack on start()
1 parent
937dd1d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
docs
modules/casper.js
docs
@
f4720fa8
Subproject commit
894589c17a3d7f76e76ce849e5f41d9e6fb4aedf
Subproject commit
f4720fa8946c88df0404b6f9c4790ca2d43826ac
...
...
modules/casper.js
View file @
ce54777
...
...
@@ -1397,6 +1397,7 @@ Casper.prototype.start = function start(location, then) {
this
.
log
(
'Starting...'
,
"info"
);
this
.
startTime
=
new
Date
().
getTime
();
this
.
history
=
[];
this
.
popups
=
popup
.
createStack
();
this
.
steps
=
[];
this
.
step
=
0
;
// Option checks
...
...
Please
register
or
sign in
to post a comment