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
5f908d1f
...
5f908d1fe25d1a8962e35c796636bcf2345a6ae9
authored
2012-01-10 09:00:44 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed obsolete phantom.getErrorMessage() method
1 parent
711d654d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
bin/bootstrap.js
bin/bootstrap.js
View file @
5f908d1
...
...
@@ -136,10 +136,6 @@ if (!phantom.casperLoaded) {
});
}
phantom
.
getErrorMessage
=
function
(
e
)
{
return
(
e
.
fileName
||
this
.
sourceIds
[
e
.
sourceId
])
+
':'
+
e
.
line
+
' '
+
e
;
};
phantom
.
getScriptCode
=
function
(
file
,
onError
)
{
var
scriptCode
=
fs
.
read
(
file
);
if
(
/
\.
coffee$/i
.
test
(
file
))
{
...
...
Please
register
or
sign in
to post a comment