This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** @license Hyphenator 5.0.0(devel) - client side hyphenation for webbrowsers | ||
/** @license Hyphenator 5.0.1 - client side hyphenation for webbrowsers | ||
* Copyright (C) 2015 Mathias Nater, Zürich (mathiasnater at gmail dot com) | ||
* https://github.com/mnater/Hyphenator | ||
* | ||
|
@@ -19,7 +19,7 @@ | |
* @global | ||
* @namespace Hyphenator | ||
* @author Mathias Nater, <[email protected]> | ||
* @version 5.0.0(devel) | ||
* @version 5.0.1 | ||
* @example | ||
* <script src = "Hyphenator.js" type = "text/javascript"></script> | ||
* <script type = "text/javascript"> | ||
|
@@ -2851,7 +2851,7 @@ var Hyphenator = (function (window) { | |
* minor release: new languages, improvements | ||
* @access public | ||
*/ | ||
version: '5.0.0(devel)', | ||
version: '5.0.1', | ||
|
||
/** | ||
* @member {boolean} Hyphenator.doHyphenation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** @license Hyphenator_Loader 5.0.0(devel) - client side hyphenation for webbrowsers | ||
/** @license Hyphenator_Loader 5.0.1 - client side hyphenation for webbrowsers | ||
* Copyright (C) 2015 Mathias Nater, Zürich (mathiasnater at gmail dot com) | ||
* https://github.com/mnater/Hyphenator | ||
* | ||
|
@@ -11,7 +11,7 @@ | |
* @description Checks if there's CSS-hyphenation available for the given languages and | ||
* loads and runs Hyphenator if there's no CSS-hyphenation | ||
* @author Mathias Nater, <a href = "mailto:[email protected]">[email protected]</a> | ||
* @version 5.0.0(devel) | ||
* @version 5.0.1 | ||
* @namespace Holds all methods and properties | ||
*/ | ||
|
||
|