Closed grahamharper closed 9 years ago
The method description on line 21 in README.md uses .get() is this correct? It doesn't look like this method exists. Shouldn't it be .play()?
.get()
.play()
VideoPlayer.get(path, [options], [completeCallback], [errorCallback]);
You're right, it should be play() method. I will fix it with my next commit. Thanks.
play()
Fixed (029b624).
The method description on line 21 in README.md uses
.get()
is this correct? It doesn't look like this method exists. Shouldn't it be.play()
?