Use new @operator tag to mark math operator methods.

This commit is contained in:
Jürg Lehni 2013-06-28 05:59:07 -07:00
parent 8f985a7eda
commit 8f254202e8
4 changed files with 21 additions and 2 deletions

View file

@ -47,7 +47,7 @@ paper.PaperScope.prototype.PaperScript = new function() {
'+': null
};
// Add hidden math functions to Point, Size and Color
// Add hidden math functions to Point, Size and Color.
var fields = Base.each(
'add,subtract,multiply,divide,modulo,negate'.split(','),
function(name) {