[Windowing] used
Used instead of window in the NewTabAction. WTD 16.
This commit is contained in:
@@ -56,7 +56,7 @@ define(
|
||||
// (browse) and the domainObject is passed in and
|
||||
// the path is returned and opened in a new tab
|
||||
perform: function () {
|
||||
window.open(urlService.urlFor("browse", getSelectedObject()),
|
||||
$window.open(urlService.urlFor("browse", getSelectedObject()),
|
||||
"_blank");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user