aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/prototype_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/helpers/prototype_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/prototype_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb
index 7dcc92a674..40b2b24368 100644
--- a/actionpack/lib/action_view/helpers/prototype_helper.rb
+++ b/actionpack/lib/action_view/helpers/prototype_helper.rb
@@ -785,7 +785,7 @@ module ActionView
end
# Converts chained method calls on DOM proxy elements into JavaScript chains
- class JavaScriptProxy < Builder::BlankSlate #:nodoc:
+ class JavaScriptProxy < BasicObject #:nodoc:
def initialize(generator, root = nil)
@generator = generator
@generator << root if root