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,
|
"noarg": true,
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"unused": "vars",
|
"unused": "vars",
|
||||||
"strict": true
|
"strict": true,
|
||||||
|
"browser": true
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* globals document */
|
|
||||||
|
|
||||||
(function(scope) {
|
(function(scope) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* globals Gui, Polymer, window */
|
/* globals Gui, Polymer */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* globals Polymer, window, document, Path, Gui */
|
/* globals Polymer, Path, Gui */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// [ ] scrolling when docked
|
// [ ] scrolling when docked
|
||||||
|
Loading…
Reference in New Issue
Block a user