[Edit Mode] Rebased over master
This commit is contained in:
@@ -190,10 +190,7 @@ define([
|
||||
{
|
||||
"category": "navigation",
|
||||
"message": "There are unsaved changes.",
|
||||
"implementation": EditNavigationPolicy,
|
||||
"depends": [
|
||||
"$window"
|
||||
]
|
||||
"implementation": EditNavigationPolicy
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
@@ -33,8 +33,7 @@ define(
|
||||
* @constructor
|
||||
* @implements {Policy.<Action, ActionContext>}
|
||||
*/
|
||||
function EditNavigationPolicy($window, policyService) {
|
||||
this.window = $window;
|
||||
function EditNavigationPolicy(policyService) {
|
||||
this.policyService = policyService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user