Remove duplicate object key

This commit is contained in:
Temo Totev
2016-04-23 22:38:20 -07:00
parent 9a8bc9b80e
commit a6927a3a52

View File

@ -16,7 +16,6 @@
"strict": false, // Require `use strict` pragma in every file.
"trailing": true, // Prohibit trailing whitespaces.
"smarttabs": false, // Suppresses warnings about mixed tabs and spaces
"esnext": true, // Allow ES6 maybe :p
"globals": { // Globals variables.
"jasmine": true,
"angular": true,