Sha256: 0dc27909278739eac7483f2d21cb9202f6da9734760b5bbac84b09d4edb36039
Contents?: true
Size: 457 Bytes
Versions: 4
Compression:
Stored size: 457 Bytes
Contents
<h4>Undo stack</h4> <ol class="undo-entries"> <% for entry in @undoEntries: %> <li><%= entry.description %> <%= JSON.stringify(selectedRange: entry.snapshot.selectedRange, context: entry.context) %></li> <% end %> </ol> <h4>Redo stack</h4> <ol class="redo-entries"> <% for entry in @redoEntries: %> <li><%= entry.description %> <%= JSON.stringify(selectedRange: entry.snapshot.selectedRange, context: entry.context) %></li> <% end %> </ol>
Version data entries
4 entries across 4 versions & 1 rubygems