Skip to content

Commit 525378a

Browse files
committed
Update the tested environments and vendor/docdown.
1 parent 69a02f3 commit 525378a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For a list of upcoming features, check out our [roadmap](https://github.com/best
1818

1919
## Support
2020

21-
Platform.js has been tested in at least Chrome 5~28, Firefox 2~22, IE 6-10, Opera 9.25-15, Safari 3-6, Node.js 0.4.8-0.10.13, Narwhal 0.3.2, PhantomJS 1.9.0, RingoJS 0.9, and Rhino 1.7RC5.
21+
Platform.js has been tested in at least Chrome 5~29, Firefox 2~24, IE 6-10, Opera 9.25-16, Safari 3-6, Node.js 0.4.8-0.10.18, Narwhal 0.3.2, PhantomJS 1.9.2, RingoJS 0.9, and Rhino 1.7RC5.
2222

2323
## Installation and usage
2424

vendor/docdown/src/DocDown/MarkdownGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public function generate() {
349349
$entry->href = $this->getLineUrl($entry);
350350

351351
$member = $entry->getMembers(0);
352-
$member = ($member ? $member . ($entry->isPlugin() ? '.prototype.' : '.') : '') . $entry->getName();
352+
$member = ($member ? $member . $this->getSeparator($entry) : '') . $entry->getName();
353353
$entry->member = preg_replace('/' . $entry->getName() . '$/', '', $member);
354354

355355
// add properties to static and plugin sub-entries

0 commit comments

Comments
 (0)