prototype: Fix $F breakage from [6598].
This commit is contained in:
parent
8a382ff853
commit
d6c7cd9c9e
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Fix $F breakage from [6598]. [sam]
|
||||
|
||||
* Set window.$continue to an Error with a helpful message for anyone who may still be using "throw $continue". [sam]
|
||||
|
||||
* Fix jstest.rb IE support so you don't have to close the IE window after each test (yay!). Closes #8207. [Ryan Schuft]
|
||||
|
|
|
@ -122,6 +122,10 @@
|
|||
$('tf_radio').checked = false;
|
||||
}},
|
||||
|
||||
testDollarF: function(){ with(this) {
|
||||
assertEqual("4", $F("input_enabled"));
|
||||
}},
|
||||
|
||||
testFormElementEventObserver: function(){ with(this) {
|
||||
var observer = new Form.Element.EventObserver('input_enabled', function(){
|
||||
callbackCounter++;
|
||||
|
|
Loading…
Reference in New Issue