prototype: Fix $F breakage from [6598].

This commit is contained in:
Sam Stephenson 2007-04-28 03:28:13 +00:00
parent 8a382ff853
commit d6c7cd9c9e
2 changed files with 6 additions and 0 deletions

View File

@ -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]

View File

@ -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++;