Remove IE9/IE10 workarounds

This commit is contained in:
Alex Dima
2016-12-21 17:08:38 +02:00
parent 14acd45f4e
commit 4056cfc264
24 changed files with 100 additions and 331 deletions
+3 -3
View File
@@ -196,10 +196,10 @@ class DiffChangeHelper {
return this.m_changes;
}
/**
* Retrieves all of the changes marked by the class in the reverse order
*/
public getReverseChanges(): DiffChange[] {
/// <summary>
/// Retrieves all of the changes marked by the class in the reverse order
/// </summary>
if (this.m_originalCount > 0 || this.m_modifiedCount > 0) {
// Finish up on whatever is left
this.MarkNextChange();