mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
const was just too new for IE.
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = function logcatTableDirective($rootScope, $timeout, LogcatServi
|
||||
var scrollHeight = 0
|
||||
var parent = element[0]
|
||||
var body = element.find('tbody')[0]
|
||||
const maxEntriesBuffer = 3000
|
||||
var maxEntriesBuffer = 3000
|
||||
var numberOfEntries = 0
|
||||
|
||||
function incrementNumberEntry() {
|
||||
|
||||
Reference in New Issue
Block a user