[Build] Replace setTimeout with

To avoid need to declare global usage to satisfy JSHint
This commit is contained in:
Victor Woeltjen
2016-03-04 11:13:31 -08:00
parent 6aeb156a58
commit 9526207af8
3 changed files with 9 additions and 5 deletions

View File

@@ -103,6 +103,7 @@ define([
"type": "provider",
"implementation": GenericSearchProvider,
"depends": [
"$timeout",
"$q",
"$log",
"modelService",