Refactor #3800
By ludingping Posted 2014-01-26 08:59
Refactoring cc.Point and cc.Size to support two types of parameters:
cc.p(x,y) and cc.p(aPoint);
cc.size(width, height) and cc.size(aSize)
cc.p(x,y) and cc.p(aPoint);
cc.size(width, height) and cc.size(aSize)