[Windowing] Remove Varibale
Removed the variable currentUrl because it was not needed. WTD-16.
This commit is contained in:
@@ -44,8 +44,7 @@ define(
|
|||||||
perform: function () {
|
perform: function () {
|
||||||
// Places the current Url into a variable
|
// Places the current Url into a variable
|
||||||
// Then the Url is opened using $window
|
// Then the Url is opened using $window
|
||||||
var currentUrl = $window.location.href;
|
$window.open($window.location.href);
|
||||||
$window.open(currentUrl);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user