Skip to content

Commit

Permalink
Release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RickEyre committed Mar 21, 2015
1 parent 0b4eab3 commit 364c6b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vtt.js",
"description": "A JavaScript implementation of the WebVTT specification.",
"version": "0.12.0",
"version": "0.12.1",
"homepage": "https://github.com/mozilla/vtt.js",
"authors": [
"Andreas Gal <gal@mozilla.com>",
Expand Down
8 changes: 4 additions & 4 deletions dist/vtt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* vtt.js - v0.12.0 (https://github.com/mozilla/vtt.js) built on 06-02-2015 */
/* vtt.js - v0.12.1 (https://github.com/mozilla/vtt.js) built on 21-03-2015 */

/**
* Copyright 2013 vtt.js Contributors
Expand Down Expand Up @@ -329,7 +329,7 @@

var scrollSetting = {
"": true,
"up": true,
"up": true
};

function findScrollSetting(value) {
Expand Down Expand Up @@ -1244,7 +1244,7 @@
if (cue.vertical === "") {
this.applyStyles({
left: this.formatStyle(textPos, "%"),
width: this.formatStyle(cue.size, "%"),
width: this.formatStyle(cue.size, "%")
});
// Vertical box orientation; textPos is the distance from the top edge of the
// area to the top edge of the box and cue.size is the height extending
Expand All @@ -1263,7 +1263,7 @@
left: this.formatStyle(box.left, "px"),
right: this.formatStyle(box.right, "px"),
height: this.formatStyle(box.height, "px"),
width: this.formatStyle(box.width, "px"),
width: this.formatStyle(box.width, "px")
});
};
}
Expand Down
2 changes: 1 addition & 1 deletion dist/vtt.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Andreas Gal <gal@mozilla.com>",
"name": "vtt.js",
"description": "A JavaScript implementation of the WebVTT specification.",
"version": "0.12.0",
"version": "0.12.1",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/vtt.js.git"
Expand Down

0 comments on commit 364c6b9

Please sign in to comment.