Skip to content

Commit

Permalink
Update hyphenate.js to 4.0.0
Browse files Browse the repository at this point in the history
Harder, better, faster, stronger.
  • Loading branch information
brad-anderson committed Jul 23, 2012
1 parent d4c4960 commit 4d58b3b
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 14 deletions.
2 changes: 1 addition & 1 deletion doc.ddoc
Expand Up @@ -23,7 +23,7 @@ DDOC=

<link rel="shortcut icon" href="favicon.ico" />

<script src="/js/hyphenate_selectively.js" type="text/javascript"></script>
<script src="/js/hyphenate.js" type="text/javascript"></script>

<script type="text/javascript">
function bodyLoad()
Expand Down
40 changes: 37 additions & 3 deletions js/hyphenate.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions js/hyphenate_selectively.js

This file was deleted.

2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -36,7 +36,7 @@ search-bg.gif search-button.gif tdpl.jpg ubuntu_logo.png \
win32_logo.png)

JAVASCRIPT=$(addprefix js/, codemirror.js d.js hyphenate.js \
hyphenate_selectively.js run.js)
run.js)

STYLES=css/style.css css/print.css css/codemirror.css

Expand Down
4 changes: 2 additions & 2 deletions std.ddoc
Expand Up @@ -38,7 +38,7 @@ D_RUN_CODE =

DDOC = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang='en'>
<html lang='en-US'>

<!--
Copyright (c) 1999-2010 by Digital Mars
Expand Down Expand Up @@ -89,7 +89,7 @@ function listanchors()
}
</script>

<script src="/js/hyphenate_selectively.js" type="text/javascript"></script>
<script src="/js/hyphenate.js" type="text/javascript"></script>

</head>

Expand Down
4 changes: 2 additions & 2 deletions std_consolidated_header.dd
Expand Up @@ -9,7 +9,7 @@ Ddoc
<title>D Programming Language Standard Library</title>
<link rel="stylesheet" type="text/css" href="http://dlang.org/css/style.css">

<script src="/js/hyphenate_selectively.js" type="text/javascript"></script>
<script src="/js/hyphenate.js" type="text/javascript"></script>

</head>

Expand Down Expand Up @@ -155,5 +155,5 @@ Macros:
DIVID = <div id="$1">$+</div>
DDOC = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang='en'>
<html lang='en-US'>
$(BODY)

0 comments on commit 4d58b3b

Please sign in to comment.