Javascript again
* Added babel to get to use ES6 * restructure for head srcipt * general work on javascript files
This commit is contained in:
parent
9ce65091f4
commit
6095870ce3
11 changed files with 382 additions and 46 deletions
10
.jshintrc
10
.jshintrc
|
|
@ -88,14 +88,10 @@
|
|||
|
||||
// Custom Globals
|
||||
"globals" : {
|
||||
"debugOn": true,
|
||||
"hippie": true,
|
||||
"viewW": true,
|
||||
"viewH": true,
|
||||
"htmlH": true,
|
||||
"bodyW": true,
|
||||
"bodyH": true,
|
||||
"docPosY": true,
|
||||
"docInitleft": true,
|
||||
"initLeft": true,
|
||||
"initY": true,
|
||||
"viewHover": true,
|
||||
"basicEase": true
|
||||
} // additional predefined global variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue