(f)
| 2101 | } |
| 2102 | |
| 2103 | function compoundChange(f) { |
| 2104 | history.startCompound(); |
| 2105 | try { return f(); } finally { history.endCompound(); } |
| 2106 | } |
| 2107 | |
| 2108 | for (var ext in extensions) |
| 2109 | if (extensions.propertyIsEnumerable(ext) && |
no test coverage detected