File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ the specific language governing permissions and limitations under the Apache Lic
441441 text = dataItem . text ;
442442 // if text is not a function we assume it to be a key name
443443 if ( ! $ . isFunction ( text ) ) {
444- dataText = data . text ; // we need to store this in a separate variable because in the next step data gets reset and data.text is no longer available
444+ dataText = dataItem . text ; // we need to store this in a separate variable because in the next step data gets reset and data.text is no longer available
445445 text = function ( item ) { return item [ dataText ] ; } ;
446446 }
447447 }
@@ -2641,7 +2641,6 @@ the specific language governing permissions and limitations under the Apache Lic
26412641
26422642 // multi
26432643 buildChangeDetails : function ( old , current ) {
2644- console . log ( "current" , current , "old" , old ) ;
26452644 var current = current . slice ( 0 ) ,
26462645 old = old . slice ( 0 ) ;
26472646
You can’t perform that action at this time.
0 commit comments