File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jQuery.fn.shift = function(width, config) {
44 // shift\move selected elements horizontally
55 var left = parseInt ( this . css ( "left" ) ) ;
66 var widthNext = isNaN ( left ) ? width : left + width ;
7- config ? this . animate ( { left : widthNext } , config ) : this . css ( { left : widthNext } )
7+ config ? this . animate ( { left : widthNext } , config ) : this . css ( { left : widthNext } )
88} ;
99
1010jQuery . fn . nestedList = function ( config ) {
@@ -208,8 +208,8 @@ jQuery.fn.nestedList = function(config) {
208208 return {
209209 container : container ,
210210 toplevelClass : toplevelClass ,
211- closeList : closeList ,
212- openList : openList
211+ closeList : closeList ,
212+ openList : openList
213213 }
214214 }
215215
@@ -220,7 +220,7 @@ jQuery.fn.nestedList = function(config) {
220220 for ( var i = 0 ; i < nestedLists . length ; i += 1 ) { while ( nestedLists [ i ] . closeList ( true ) ) { } }
221221 }
222222
223- return {
223+ return {
224224 nestedLists : nestedLists ,
225225 closeAll : closeAll
226226 }
You can’t perform that action at this time.
0 commit comments