FlodJS
FlodJS copied to clipboard
Little mistake in #51 line of FileLoader.js
There is a little problem easy to fix with loading STPlayer by FileLoader.js, player object not exists: #51 if (this.player.version) return player;
i suppose should be: #51 if (this.player.version) return this.player;