Commit df8b8a8a authored by Robert Knight's avatar Robert Knight

Add a comment to explain window settings string generation.

parent 7be7735a
......@@ -337,6 +337,8 @@ function auth($http, $rootScope, $window,
var left = $window.screen.width / 2 - width / 2;
var top = $window.screen.height /2 - height / 2;
// Generate settings for `window.open` in the required comma-separated
// key=value format.
var authWindowSettings = queryString.stringify({
left: left,
top: top,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment