Skip to content

Commit

Permalink
Remove pointer trail by default, fixes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 5, 2013
1 parent 8282535 commit 7c1a2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions the-graph-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="../bower_components/polymer/polymer.min.js"></script>
<!-- <script src="../bower_components/gss/browser/gss.js"></script> -->
<link rel="import" href="../bower_components/the-behavior/the-behaviors/the-behaviors.html">
<link rel="import" href="../bower_components/the-behavior/the-pointer-trail/the-pointer-trail.html">
<!--<link rel="import" href="../bower_components/the-behavior/the-pointer-trail/the-pointer-trail.html">-->
<link rel="import" href="the-graph-editor.html">
<link rel="stylesheet" href="../bower_components/font-awesome/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
Expand All @@ -21,7 +21,7 @@
</style>
</head>
<body>
<the-pointer-trail listento="html"></the-pointer-trail>
<!--<the-pointer-trail listento="html"></the-pointer-trail>-->
<the-graph-editor id="editor" width="800" height="600" grid="60" snap="30"></the-graph-editor>
<div id="loading" style="position:absolute; top:10px; left:10px; background-color:white; padding:10px; border-radius:5px;">
<img src="loading.gif"/>
Expand Down

0 comments on commit 7c1a2fc

Please sign in to comment.