Skip to content

Commit d2067e1

Browse files
authored
Merge pull request #1 from MagnusIIIBR/Dev
Refatoração
2 parents 5d8b877 + 0a4c06f commit d2067e1

13 files changed

Lines changed: 740 additions & 370 deletions

.jshintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"esversion": 6
3+
}

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Launch index.html",
9+
"type": "chrome",
10+
"request": "launch",
11+
"file": "${workspaceFolder}/index.html"
12+
},
13+
14+
]
15+
}

css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-shadow.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/tooltipster.bundle.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)