Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add `torrent.magnetURI` getter function #225

Merged
merged 4 commits into from Dec 30, 2014
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

video-stream: fix undefined var usage

  • Loading branch information
feross committed Dec 30, 2014
commit 4b7bb145371e2be6910d8e324bc18b151e060473
@@ -12,7 +12,7 @@ inherits(VideoStream, stream.Writable)

function VideoStream (video, opts) {
var self = this
if (!(self instanceof VideoStream)) return new VideoStream($video, opts)
if (!(self instanceof VideoStream)) return new VideoStream(video, opts)
stream.Writable.call(self, opts)

self.video = video
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.