adoption to design of sp-magic

This commit is contained in:
Samuel Philipp 2016-11-23 00:07:57 +01:00
parent bc6fa550f9
commit f65d081896
143 changed files with 13685 additions and 2590 deletions

25
bower_components/flip/.jshintrc vendored Normal file
View file

@ -0,0 +1,25 @@
{
"boss": true,
"browser": true,
"curly": true,
"devel": true,
"eqeqeq": true,
"eqnull": true,
"esversion": 5,
"expr": true,
"immed": true,
"newcap": false,
"noarg": true,
"onevar": true,
"quotmark": false,
"shadow": true,
"trailing": true,
"undef": true,
"unused": true,
"freeze": true,
"maxstatements": 30,
"globals": {
"jQuery": false
}
}