Skip to content

Commit

Permalink
Merge pull request #98 from julianheinrich/MolView-fix
Browse files Browse the repository at this point in the history
added MolView to module definition. This fixes issue #96.
  • Loading branch information
biasmv committed May 6, 2015
2 parents 71747c7 + 5f59700 commit 92558c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mol/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function assignHelixSheet(structure) {

return {
Mol: mol.Mol,
MolView: mol.MolView,
assignHelixSheet : assignHelixSheet,
superpose: sp.superpose,
matchResiduesByIndex: sp.matchResiduesByIndex,
Expand Down

0 comments on commit 92558c8

Please sign in to comment.