Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Sep 25, 2014
1 parent 2f8594f commit 962f45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="vendor/mocha.css">

<style type="text/css" media="screen">
#FramerRoot {
#FramerContextRoot-Default {
position: fixed;
top: -10000px;
left: -10000px;
Expand Down
1 change: 1 addition & 0 deletions test/init.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
window.console.debug = (v) ->
# window.console.log = print

hideFramerRoot = ->

Expand Down

0 comments on commit 962f45d

Please sign in to comment.