Revision history of "Groningen2009/Model.js"

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 07:47, 19 October 2009โ€Ž Jaspervdg (Talk | contribs)โ€Ž . . (1,369 bytes) (+1,369)โ€Ž . . (New page: function formatNumberToHTML(v,p) { if (p===undefined) p = 5; return v.toPrecision(p) .replace(/e\+([0-9]+)$/i,'ยท10<sup>$1</sup>') .replace(/e\-([0-9]+)$/i,'&...)