[Windowing] used

Used  instead of window in the
NewTabAction. WTD 16.
This commit is contained in:
Shivam Dave 2015-06-24 12:58:48 -07:00
parent c606055a3b
commit c827c40c03

View File

@ -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");
}
};