[Formatting] Rename export image service variables

Issue #1164
This commit is contained in:
David Hudson
2016-09-10 01:45:50 +09:00
parent 72ecbb0abc
commit a6386b1612
2 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@ define([
PlotController,
PlotViewPolicy,
PlotOptionsController,
ExportImageService,
exportImageService,
plotTemplate,
plotOptionsBrowseTemplate,
legacyRegistry
@ -91,7 +91,7 @@ define([
"services": [
{
"key": "ExportImageService",
"implementation": ExportImageService,
"implementation": exportImageService,
"depends": [
"$q",
"$timeout",