Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Jan 16, 2012
1 parent c215846 commit a52ff6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions respond.src.js
Expand Up @@ -176,8 +176,9 @@ window.matchMedia = window.matchMedia || (function(doc, undefined){
lastLink = links[ links.length-1 ],
now = (new Date()).getTime(),
eminpx = (function() {
var ret;
var div = doc.createElement('div');
var ret,
div = doc.createElement('div');

div.id = "mq-test-1";
div.style.cssText = "position:absolute;top:-99em;width:1em";
fakeBody.appendChild( div );
Expand Down

0 comments on commit a52ff6f

Please sign in to comment.