Commit 47bf7227 authored by Sven Franck's avatar Sven Franck

ext/jqm: add console

parent 5c8aae09
......@@ -7107,6 +7107,8 @@ $.mobile.behaviors.addFirstLastClasses = {
},
_addFirstLastClasses: function( $els, $visibles, create ) {
console.log("CALLED FIRST/LAST")
console.log($els)
$els.removeClass( "ui-first-child ui-last-child" );
$visibles.eq( 0 ).addClass( "ui-first-child" ).end().last().addClass( "ui-last-child" );
if ( !create ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment