minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-06-21 03:51:11 +03:00
parent 9accc725f8
commit d1822aa3be

View File

@ -256,8 +256,11 @@ var BrowserPrototype = {
// .filter(<index>) // .filter(<index>)
// .filter(<jQuery-obj>) // .filter(<jQuery-obj>)
// -> element // -> element
// -> $()
// NOTE: when passing a jQuery-obj it will be return iff it's an // NOTE: when passing a jQuery-obj it will be return iff it's an
// element. // element.
// NOTE: unlike .select(..) index overflow will produce empty
// lists rather than to/bottom elements.
// //
// //
// If <rejected-handler> function is passed it will get called with // If <rejected-handler> function is passed it will get called with