Index: trunk/extensions/VisualEditor/modules/es/es.Transaction.js |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | * @returns {Object[]} List of operations |
20 | 20 | */ |
21 | 21 | es.Transaction.prototype.getOperations = function() { |
22 | | - return this.operations; |
| 22 | + return this.operations; |
23 | 23 | }; |
24 | 24 | |
25 | 25 | /** |