Content deleted Content added
unnecessary |
have to fix escaped characters, I think |
||
Line 84:
}
/*
// Unescape the various things escaped above.
contents = contents.replace(
Line 92 ⟶ 93:
}
);
*/
var isUnchanged = ( oldContents === contents );
|