Change _.super to _super.
Review Request #5600 — Created March 8, 2014 and submitted — Latest diff uploaded
super
is a reserved word as of ES6. This makes jshint very unhappy. This
change fixes up all our call sites to call it_super
instead. Once this is in
I'll push a trivial change to rb-extension-pack to update its use of_.super
.
Ran js-tests and jshint.