[Build] Inject window to satisfy JSHint

This commit is contained in:
Victor Woeltjen
2016-03-04 11:08:20 -08:00
parent 6289fe333b
commit f380e43219
3 changed files with 4 additions and 7 deletions

View File

@ -38,6 +38,7 @@ define([
"type": "provider",
"implementation": LocalStoragePersistenceProvider,
"depends": [
"$window",
"$q",
"PERSISTENCE_SPACE"
]