Some functions which applies to scoped tags in general moved from TaskTag to Task model.
Also, some stylish and whitespace changes and docstrings added.
/** * A test constructor. * @constructor * @ignore */function Ignored() { /** a method */ this.bar = function() { }}