Skip to content

Commit

Permalink
Committing release binaries for new version: 1.2.79
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Aug 21, 2016
1 parent 02366e6 commit d885a3b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion releases/vexflow-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -22562,7 +22562,7 @@ return /******/ (function(modules) { // webpackBootstrap

// Attach accidentals.
var accids = this.piece.chord.map(function (note) {
return note.acc || null;
return note.accid || null;
});
accids.forEach(function (accid, i) {
if (accid) note.addAccidental(i, _this10.factory.Accidental({ type: accid }));
Expand Down
2 changes: 1 addition & 1 deletion releases/vexflow-debug.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/vexflow-legacy-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -21224,7 +21224,7 @@ return /******/ (function(modules) { // webpackBootstrap

// Attach accidentals.
var accids = this.piece.chord.map(function (note) {
return note.acc || null;
return note.accid || null;
});
accids.forEach(function (accid, i) {
if (accid) note.addAccidental(i, _this10.factory.Accidental({ type: accid }));
Expand Down
2 changes: 1 addition & 1 deletion releases/vexflow-legacy-debug.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions releases/vexflow-legacy-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/vexflow-legacy-min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions releases/vexflow-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/vexflow-min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/vexflow-tests.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* VexFlow 1.2.78 built on 2016-08-21.
* VexFlow 1.2.79 built on 2016-08-21.
* Copyright (c) 2010 Mohit Muthanna Cheppudira <[email protected]>
*
* http://www.vexflow.com http://github.com/0xfe/vexflow
Expand Down

0 comments on commit d885a3b

Please sign in to comment.