1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 13:29:06 +02:00

Remove unneeded quotes.

This commit is contained in:
XhmikosR
2014-03-09 11:10:15 +02:00
parent 5e6d16ef4d
commit 9d027d2bee
6 changed files with 21 additions and 20 deletions

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
}
}
}