How do I replace prototype on a single page of my rails 2.3 application?

69 Views Asked by At

I'm trying to use sugar.js, but Prototype's camelize method is getting in the way of sugar's. Any alternative solutions are welcome. Thanks!

1

There are 1 best solutions below

0
mkelley33 On
String.sugarRestore('camelize')

is what fixes my specific problem but I'd still like to know if there's a way to replace or remove prototype for a single page. So I'll leave the question open a little longer.