MediaWiki:Gadget-make-pie.js: Revision history

From WikiMSK

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 August 2020

  • curprev 23:3823:38, 22 August 2020Jeremy talk contribs 3,240 bytes +3,240 Created page with "/// a 2D (x,y) pair function Point() { this.x = 0; this.y = 0; } /// scale the point by @factor Point.prototype.scale = function(factor) { const next = new Point() next.x..."