Skip to content
Snippets Groups Projects
Commit 0f31c5a9 authored by Mike Greiling's avatar Mike Greiling
Browse files

replace implicit this == window with explicit binding

parent 71377c1a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -95,4 +95,4 @@
 
return U2FRegister;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -9,4 +9,4 @@
 
return U2FUtil;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -221,4 +221,4 @@
 
return Calendar;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -432,4 +432,4 @@
 
return UsersSelect;
})();
}).call(this);
}).call(window);
Loading
Loading
@@ -94,4 +94,4 @@ require('mousetrap/plugins/pause/mousetrap-pause');
 
return ZenMode;
})();
}).call(this);
}).call(window);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment