2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge pull request #12986 from twbs/unneeded-quotes

Remove unneeded quotes.
This commit is contained in:
XhmikosR
2014-03-10 01:07:14 +02:00
6 changed files with 21 additions and 20 deletions
+3 -3
View File
@@ -45,11 +45,11 @@ window.onload = function () { // wait for load in a dumb way because B-0
function createGist(configJson) {
var data = {
'description': 'Bootstrap Customizer Config',
description: 'Bootstrap Customizer Config',
'public': true,
'files': {
files: {
'config.json': {
'content': configJson
content: configJson
}
}
}