Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Dec 18, 2021
1 parent 8d9e206 commit dca0556
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion demos/fonts/core-with-promise.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<!--
Instead of async/await, you can use Promise style chains.
For example: Vex.Flow.setMusicFont(...).then(onFulfilledCallback)
-->
<html>
<head>
Expand Down
20 changes: 10 additions & 10 deletions docs/api/classes/Flow.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const VERSION: string = '4.0.0';
export const ID: string = 'f1b359c255c639a9b9d909a9a4b2c96cbac6a6e7';
export const DATE: string = '2021-12-16T23:22:42.516Z';
export const ID: string = '8d9e20627e5dc114f40897525959ede2e38d6c0c';
export const DATE: string = '2021-12-18T09:13:13.574Z';

0 comments on commit dca0556

Please sign in to comment.