(f)
| 1901 | } |
| 1902 | |
| 1903 | function compoundChange(f) { |
| 1904 | history.startCompound(); |
| 1905 | try { return f(); } finally { history.endCompound(); } |
| 1906 | } |
| 1907 | |
| 1908 | for (var ext in extensions) |
| 1909 | if (extensions.propertyIsEnumerable(ext) && |
no test coverage detected