This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Whoops
master
Pete Shadbolt
7 years ago
parent
a86e47a55d
commit
2668f12704
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/scripts/editor.js
+ 1
- 1
static/scripts/editor.js
View File
@@ -14,7 +14,7 @@ editor.orientations = [
editor.checkTimeOut = function() {
editor.gridTimeOut += 1;
editor.grid.visible = editor.gridTimeOut < 50
0
;
editor.grid.visible = editor.gridTimeOut < 50;
}
editor.onFreeMove = function() {
Write
Preview
Loading…
Cancel
Save