added todos for refactoring hanging functions into mockable methods

This commit is contained in:
John Bender 2010-11-21 15:48:57 +08:00 committed by Scott Jehl
parent 0fe922b748
commit 8725b2dcc5

View file

@ -84,5 +84,8 @@
reloadLib();
ok(!$.support.dynamicBaseTag);
});
//TODO propExists testing, refactor propExists into mockable method
//TODO scrollTop testing, refactor scrollTop logic into mockable method
}
})(jQuery);