This website requires JavaScript.
Explore
Help
Register
Sign In
novoland-developer-networks
/
OfficialSite
Watch
2
Star
0
Fork
0
You've already forked OfficialSite
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
79219e0659e246ec9a9bf31861094ffedbce7090
OfficialSite
/
assets
/
scripts
/
utils
/
globals.js
6 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Restructuring of scripts for better use of ES6 concepts - Optimized use of common properties (, , ...) - Dispatching events in an attempt to de-globalize certain variables used in the past - Attempt to organize files in a more logical manner
2016-05-18 23:12:36 -04:00
/* jshint esnext: true */
export
default
function
(
)
{
Updated EditorConfig Recommendations Applied 4-spaces for everything as per: https://locomotivemtl.teamwork.com/tasks/7113032
2016-08-22 10:30:46 -04:00
svg4everybody
(
)
;
Restructuring of scripts for better use of ES6 concepts - Optimized use of common properties (, , ...) - Dispatching events in an attempt to de-globalize certain variables used in the past - Attempt to organize files in a more logical manner
2016-05-18 23:12:36 -04:00
}
Reference in New Issue
Copy Permalink