Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
biasmv committed Mar 8, 2016
1 parent 289c076 commit 223f5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/mol/residue.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ utils.derive(Residue, ResidueBase, {

full : function() { return this; },

addAtom : function(name, pos, element, isHetatm, occupancy, tempFactor, serial) {
addAtom : function(name, pos, element, isHetatm, occupancy,
tempFactor, serial) {
var atom = new Atom(this, name, pos, element,
this.structure().nextAtomIndex(),
isHetatm, occupancy, tempFactor, serial|0);
Expand Down
1 change: 0 additions & 1 deletion src/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ Viewer.prototype = {
this._options.splineDetail = 3;
}
return this._options.quality;
console.error('invalid quality argument', qual);
},

// returns the content of the WebGL context as a data URL element which can be
Expand Down

0 comments on commit 223f5b7

Please sign in to comment.