Skip to content

Commit

Permalink
Updated lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Aug 21, 2014
1 parent 4398d6c commit 2aca724
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions lib/rangy-classapplier.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*
* Copyright 2014, Tim Down
* Licensed under the MIT license.
* Version: 1.3.0-alpha.20140821
* Build date: 21 August 2014
* Version: 1.3.0-alpha.20140822
* Build date: 22 August 2014
*/
(function(factory, global) {
if (typeof define == "function" && define.amd) {
Expand Down
6 changes: 3 additions & 3 deletions lib/rangy-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* Copyright 2014, Tim Down
* Licensed under the MIT license.
* Version: 1.3.0-alpha.20140821
* Build date: 21 August 2014
* Version: 1.3.0-alpha.20140822
* Build date: 22 August 2014
*/

(function(factory, global) {
Expand Down Expand Up @@ -98,7 +98,7 @@
};

var api = {
version: "1.3.0-alpha.20140821",
version: "1.3.0-alpha.20140822",
initialized: false,
isBrowser: isBrowser,
supported: true,
Expand Down
4 changes: 2 additions & 2 deletions lib/rangy-highlighter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* Copyright 2014, Tim Down
* Licensed under the MIT license.
* Version: 1.3.0-alpha.20140821
* Build date: 21 August 2014
* Version: 1.3.0-alpha.20140822
* Build date: 22 August 2014
*/
(function(factory, global) {
if (typeof define == "function" && define.amd) {
Expand Down
4 changes: 2 additions & 2 deletions lib/rangy-selectionsaverestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*
* Copyright 2014, Tim Down
* Licensed under the MIT license.
* Version: 1.3.0-alpha.20140821
* Build date: 21 August 2014
* Version: 1.3.0-alpha.20140822
* Build date: 22 August 2014
*/
(function(factory, global) {
if (typeof define == "function" && define.amd) {
Expand Down
4 changes: 2 additions & 2 deletions lib/rangy-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*
* Copyright 2014, Tim Down
* Licensed under the MIT license.
* Version: 1.3.0-alpha.20140821
* Build date: 21 August 2014
* Version: 1.3.0-alpha.20140822
* Build date: 22 August 2014
*/
(function(factory, global) {
if (typeof define == "function" && define.amd) {
Expand Down
4 changes: 2 additions & 2 deletions lib/rangy-textrange.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
*
* Copyright 2014, Tim Down
* Licensed under the MIT license.
* Version: 1.3.0-alpha.20140821
* Build date: 21 August 2014
* Version: 1.3.0-alpha.20140822
* Build date: 22 August 2014
*/

/**
Expand Down

0 comments on commit 2aca724

Please sign in to comment.