Removed contextualization warning. Removed now redundant Contextualize service. Fixes #1498

This commit is contained in:
Henry
2017-03-31 15:16:20 -07:00
parent 4d6a0d4931
commit a867cd6be0
11 changed files with 30 additions and 266 deletions

View File

@@ -49,7 +49,6 @@ define([
"./src/services/Now",
"./src/services/Throttle",
"./src/services/Topic",
"./src/services/Contextualize",
"./src/services/Instantiate",
'legacyRegistry'
], function (
@@ -81,7 +80,6 @@ define([
Now,
Throttle,
Topic,
Contextualize,
Instantiate,
legacyRegistry
) {
@@ -284,8 +282,7 @@ define([
"key": "composition",
"implementation": CompositionCapability,
"depends": [
"$injector",
"contextualize"
"$injector"
]
},
{
@@ -380,13 +377,6 @@ define([
"$log"
]
},
{
"key": "contextualize",
"implementation": Contextualize,
"depends": [
"$log"
]
},
{
"key": "instantiate",
"implementation": Instantiate,