Page.replace missing in edge?

I’m suddenly having problems with page.replace in edge. RJS templates
using this method now produce “Method missing” errors (replace_html
and anything else works fine). And sure enough, doing a page.methods
reveals that ‘replace’ is no longer amongst them. Very odd indeed. I
checked the source and it is clearly still defined in the
PrototypeHelper module. Can anybody reproduce this problem? Thanks.

Sebastian

Ok, problem solved. For this app I actually still had the old
javascript_generator_templates plug-in installed from way back. My
guess is that before the changes were made to reloading/dependencies
the core module would just overwrite the plugin, but with the recent
changes this no longer happens (and all for the better). Sorry for
the noise.

Sebastian