Skip to content

Commit

Permalink
Slate: make Safari behave like Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwright committed Sep 11, 2013
1 parent e70067e commit 0d777a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions slate.js
Expand Up @@ -114,6 +114,16 @@ else if (hostname.indexOf('GDS') !== -1) {
})
]
},
'Safari': {
'operations': [
S.op('move', {
'x': 'screenOriginX',
'y': 'screenOriginY',
'width': '1344',
'height': '1054'
})
]
},
'OmniFocus': {
'operations': [
S.op('move', {
Expand Down

0 comments on commit 0d777a0

Please sign in to comment.