This website works better with JavaScript
Home
Explore
Help
Register
Sign In
chenxixian
/
devdocs
mirror of
https://github.com/freeCodeCamp/devdocs
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Prevent debug script from breaking the app
Thibaut
12 years ago
parent
e44ef3f69a
commit
4f2719e8b2
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
assets/javascripts/debug.js.coffee
+ 2
- 0
assets/javascripts/debug.js.coffee
View File
@@ -1,3 +1,5 @@
+return unless console?.time and console.groupCollapsed
+
#
# App
#