diff --git a/media/src/api/api.static.js b/media/src/api/api.static.js index 18af89d0..dad5e137 100644 --- a/media/src/api/api.static.js +++ b/media/src/api/api.static.js @@ -1,4 +1,3 @@ - /** * Provide a common method for plug-ins to check the version of DataTables being used, in order * to ensure compatibility. @@ -16,7 +15,7 @@ DataTable.fnVersionCheck = function( sVersion ) { var aThis = DataTable.ext.sVersion.split('.'); var aThat = sVersion.split('.'); - var iThis, sThat; + var iThis, iThat; for ( var i=0, iLen=aThat.length ; i