Skip to content

Commit

Permalink
Merge remote branch 'novakps/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
novakps committed Apr 20, 2011
2 parents 249083a + 2e6549c commit 2456bc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kemia/controller/plugins/molecule_edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ kemia.controller.plugins.MoleculeEdit.prototype.isSupportedCommand = function(
return command == kemia.controller.plugins.MoleculeEdit.COMMAND;
};

/** @inheritDoc */
kemia.controller.Plugin.prototype.isSilentCommand = function(command) {
return command == kemia.controller.plugins.MoleculeEdit.COMMAND;
};

/** @inheritDoc */
kemia.controller.plugins.MoleculeEdit.prototype.getTrogClassId = goog.functions
.constant(kemia.controller.plugins.MoleculeEdit.COMMAND);
Expand Down

0 comments on commit 2456bc2

Please sign in to comment.