Compact updateItemList() function.

This commit is contained in:
Alexander Zobnin
2015-06-09 12:39:12 +03:00
parent 2745f832fd
commit cdf9437e75
2 changed files with 4 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ define([
'angular',
'lodash',
'kbn',
'./queryCtrl',
'./queryCtrl'
],
function (angular, _, kbn) {
'use strict';