UNPKG

prettydiff2

Version:

Latest version of Pretty Diff for use in Atom Beautify to field test it in the wild before moving on to Pretty Diff 3.

10 lines (9 loc) 245 B
/* Always include this library before any other. This library exists only to * provide a common namespace in the browser to what node provides to simulate a * browser's global scope */ var global = { prettydiff: { pd: {} } };