Skip to content

Commit d885a3b

Browse files
committed
Committing release binaries for new version: 1.2.79
1 parent 02366e6 commit d885a3b

9 files changed

+11
-11
lines changed

releases/vexflow-debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22562,7 +22562,7 @@ return /******/ (function(modules) { // webpackBootstrap
2256222562

2256322563
// Attach accidentals.
2256422564
var accids = this.piece.chord.map(function (note) {
22565-
return note.acc || null;
22565+
return note.accid || null;
2256622566
});
2256722567
accids.forEach(function (accid, i) {
2256822568
if (accid) note.addAccidental(i, _this10.factory.Accidental({ type: accid }));

releases/vexflow-debug.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/vexflow-legacy-debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21224,7 +21224,7 @@ return /******/ (function(modules) { // webpackBootstrap
2122421224

2122521225
// Attach accidentals.
2122621226
var accids = this.piece.chord.map(function (note) {
21227-
return note.acc || null;
21227+
return note.accid || null;
2122821228
});
2122921229
accids.forEach(function (accid, i) {
2123021230
if (accid) note.addAccidental(i, _this10.factory.Accidental({ type: accid }));

releases/vexflow-legacy-debug.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/vexflow-legacy-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/vexflow-legacy-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/vexflow-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/vexflow-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

releases/vexflow-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* VexFlow 1.2.78 built on 2016-08-21.
2+
* VexFlow 1.2.79 built on 2016-08-21.
33
* Copyright (c) 2010 Mohit Muthanna Cheppudira <[email protected]>
44
*
55
* http://www.vexflow.com http://github.com/0xfe/vexflow

0 commit comments

Comments
 (0)