Fix some weird indents

This commit is contained in:
Zlatan Vasović 2013-11-17 10:24:31 +01:00
parent 7545da2e3c
commit 9a8a571ad1
3 changed files with 4 additions and 4 deletions

View File

@ -135,8 +135,8 @@ module.exports = function(grunt) {
options: {
reset: true,
relaxerror: [
"Bad value X-UA-Compatible for attribute http-equiv on element meta.",
"Element img is missing required attribute src."
"Bad value X-UA-Compatible for attribute http-equiv on element meta.",
"Element img is missing required attribute src."
]
},
files: {

View File

@ -2,7 +2,7 @@
"username": "--secure--",
"key": "--secure--",
"test_path": "js/tests/index.html",
"browsers": [
"browsers": [
{
"browser": "firefox",
"browser_version": "latest",

View File

@ -19,7 +19,7 @@
, "license": "Apache-2.0"
, "extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.0.x-dev"
}
}
}