const was just too new for IE.

This commit is contained in:
Gunther Brunner
2014-06-03 17:59:01 +09:00
parent e7eeb985a7
commit 27d9014e90
3 changed files with 3 additions and 3 deletions

View File

@@ -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() {