mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Fixes Issue #4
This commit is contained in:
parent
a97e575f63
commit
36d3ea31fc
5 changed files with 7 additions and 6 deletions
|
@ -88,13 +88,14 @@ var init = function() {
|
|||
});
|
||||
*/
|
||||
|
||||
/*
|
||||
eventBaton.stealBaton('windowSizeCheck', function(size) {
|
||||
if (size.w < Constants.VIEWPORT.minWidth ||
|
||||
size.h < Constants.VIEWPORT.minHeight) {
|
||||
var Views = require('../views');
|
||||
var view = new Views.WindowSizeAlertWindow();
|
||||
}
|
||||
});
|
||||
});*/
|
||||
|
||||
// the default action on window focus and document click is to just focus the text area
|
||||
eventBaton.stealBaton('windowFocus', focusTextArea);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue