mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
jshint browser so things like document do not have to be declared as globals
This commit is contained in:
parent
02fafca0ef
commit
fff108a63f
@ -9,5 +9,6 @@
|
||||
"noarg": true,
|
||||
"undef": true,
|
||||
"unused": "vars",
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"browser": true
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* globals document */
|
||||
|
||||
(function(scope) {
|
||||
'use strict';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* globals Gui, Polymer, window */
|
||||
/* globals Gui, Polymer */
|
||||
'use strict';
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* globals Polymer, window, document, Path, Gui */
|
||||
/* globals Polymer, Path, Gui */
|
||||
'use strict';
|
||||
|
||||
// [ ] scrolling when docked
|
||||
|
Loading…
Reference in New Issue
Block a user