Skip to content

Commit

Permalink
prefixed screen with win
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Jan 19, 2011
1 parent 0b7cb59 commit 6a05d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwd-images/rwd-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
})(),
clientSideOnly = rwdi.clientSideOnly,
widthBreakPoint = rwdi.widthBreakPoint,
wideload = screen.availWidth > widthBreakPoint,
wideload = win.screen.availWidth > widthBreakPoint,
filePath = location.href,
dirPath = filePath.substring(0, filePath.lastIndexOf('/')) + '/',
doc = win.document,
Expand Down

0 comments on commit 6a05d7c

Please sign in to comment.