Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Update 2000-01-01-release-1.2.md #12013

Merged
merged 1 commit into from
Mar 29, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/release/2000-01-01-release-1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ page.open(url, function (status) {
});
```

The callback in the open() is executed when the page loading is completed, with status equals to "success" if there is no error and "failed" is error has occurred.
The callback in the open() is executed when the page loading is completed, with status equals to "success" if there is no error and "fail" if an error has occurred.

The above construct is a convenient version of the following:

Expand Down