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

@@ -5,7 +5,7 @@ module.exports = function NavigationCtrl($scope, $rootScope) {
$scope.urlHistory = []
function addToHistory() {
const HISTORY_LIMIT = 20
var HISTORY_LIMIT = 20
var history = $scope.urlHistory
history.unshift($scope.textURL)