diff options
| author | XhmikosR <[email protected]> | 2014-03-10 01:07:14 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-03-10 01:07:14 +0200 |
| commit | 68b3e3f3be1d326474a7f3d2fbc82f349f7815fc (patch) | |
| tree | 52a16d490f3a1766b89106c0764e17b53cf577dd /docs/assets | |
| parent | aacafb2d5c28460477311e92de4de8ac88b2461a (diff) | |
| parent | 9d027d2beedc5d287de2ec0ae740cf4be05b46ac (diff) | |
| download | bootstrap-68b3e3f3be1d326474a7f3d2fbc82f349f7815fc.tar.xz bootstrap-68b3e3f3be1d326474a7f3d2fbc82f349f7815fc.zip | |
Merge pull request #12986 from twbs/unneeded-quotes
Remove unneeded quotes.
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/js/src/customizer.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/js/src/customizer.js b/docs/assets/js/src/customizer.js index a0e4a28d1..4ce304f1a 100644 --- a/docs/assets/js/src/customizer.js +++ b/docs/assets/js/src/customizer.js @@ -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 } } } |
