Skip to content

Commit c3d9900

Browse files
committed
remove unused hooks from core
1 parent 6ce015f commit c3d9900

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

build/@types/web-audio-api-player/library/core.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ export declare class PlayerCore {
1919
protected _playingTimeoutID: number | null;
2020
protected _playNextOnEnded: boolean;
2121
protected _loopQueue: boolean;
22-
onPlayStart: () => void;
23-
onPlaying: () => void;
24-
onBuffering: () => void;
2522
readonly WHERE_IN_QUEUE_AT_END: string;
2623
readonly WHERE_IN_QUEUE_AT_START: string;
2724
readonly WHERE_IN_QUEUE_AFTER_CURRENT: string;

build/library/core.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},
26-
"version": "0.5.1",
26+
"version": "0.5.2",
2727
"devDependencies": {
2828
"@types/webaudioapi": "0.0.27",
2929
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)