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

Twobitsupport #309

Closed
wants to merge 12 commits into from
Closed

Twobitsupport #309

wants to merge 12 commits into from

Conversation

dkasenberg
Copy link
Contributor

Store allowing support for reference sequences loaded from .2bit files.

var failCallback = args.failure || function(e) {console.error(e); };

this._read2bitHeader( dojo.hitch(this, function() {
this._read2bitIndex( function() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dkasenberg: function() {
successCallback();
}
is the same as just "successCallback"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

outer function wrapper discards argument list. but yes.

@cmdcolin
Copy link
Contributor

cmdcolin commented Jun 9, 2016

Follow on #759!

@cmdcolin cmdcolin closed this Jun 9, 2016
@cmdcolin cmdcolin deleted the twobitsupport branch March 18, 2018 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants