FlodJS icon indicating copy to clipboard operation
FlodJS copied to clipboard

Little mistake in #51 line of FileLoader.js

Open pkotowski opened this issue 10 years ago • 0 comments

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;

pkotowski avatar May 28 '15 08:05 pkotowski