[#980] Added in quotes and made the core styling match the rest of the file

This commit is contained in:
David Seifried 2012-03-21 12:03:11 -04:00
Родитель 6711bbba89
Коммит 30177d7f62
1 изменённых файлов: 45 добавлений и 44 удалений

Просмотреть файл

@ -1,53 +1,54 @@
{ {
core: "test/index.html", "core": {
"core": "test/index.html"
},
modules: { modules: {
ie8: "ie8/popcorn.ie8.unit.html" "ie8": "ie8/popcorn.ie8.unit.html"
locale: "modules/locale/popcorn.locale.unit.html", "locale": "modules/locale/popcorn.locale.unit.html",
parser: "modules/parser/popcorn.parser.unit.html", "parser": "modules/parser/popcorn.parser.unit.html",
player: "modules/player/popcorn.player.unit.html", "player": "modules/player/popcorn.player.unit.html",
timeline-sources: "modules/timeline-sources/popcorn.timeline-sources.unit.html" "timeline"-sources: "modules/timeline-sources/popcorn.timeline-sources.unit.html"
}, },
parser: { parser: {
parserJSON: "parsers/parserJSON/popcorn.parserJSON.unit.html", "parserJSON": "parsers/parserJSON/popcorn.parserJSON.unit.html",
parserSBV: "parsers/parserSBV/popcorn.parserSBV.unit.html", "parserSBV": "parsers/parserSBV/popcorn.parserSBV.unit.html",
parserSRT: "parsers/parserSRT/popcorn.parserSRT.unit.html", "parserSRT": "parsers/parserSRT/popcorn.parserSRT.unit.html",
parserSSA: "parsers/parserSSA/popcorn.parserSSA.unit.html", "parserSSA": "parsers/parserSSA/popcorn.parserSSA.unit.html",
parserTTML: "parsers/parserTTML/popcorn.parserTTML.unit.html", "parserTTML": "parsers/parserTTML/popcorn.parserTTML.unit.html",
parserTTXT: "parsers/parserTTXT/popcorn.parserTTXT.unit.html", "parserTTXT": "parsers/parserTTXT/popcorn.parserTTXT.unit.html",
parserVTT: "parsers/parserVTT/popcorn.parserVTT.unit.html", "parserVTT": "parsers/parserVTT/popcorn.parserVTT.unit.html",
parserXML: "parsers/parserXML/popcorn.parserXML.unit.html" "parserXML": "parsers/parserXML/popcorn.parserXML.unit.html"
}, },
players: { players: {
soundcloud: "players/soundcloud/popcorn.soundcloud.unit.html", "soundcloud": "players/soundcloud/popcorn.soundcloud.unit.html",
vimeo: "players/vimeo/popcorn.vimeo.unit.html", "vimeo": "players/vimeo/popcorn.vimeo.unit.html",
youtube: "players/youtube/popcorn.youtube.unit.html" "youtube": "players/youtube/popcorn.youtube.unit.html"
}, },
plugins: { plugins: {
attribution: "plugins/attribution/popcorn.attribution.unit.html", "attribution": "plugins/attribution/popcorn.attribution.unit.html",
code: "plugins/code/popcorn.code.unit.html", "code": "plugins/code/popcorn.code.unit.html",
documentcloud: "plugins/documentcloud/popcorn.documentcloud.unit.html", "documentcloud": "plugins/documentcloud/popcorn.documentcloud.unit.html",
facebook: "plugins/facebook/popcorn.facebook.unit.html", "facebook": "plugins/facebook/popcorn.facebook.unit.html",
flickr: "plugins/flickr/popcorn.flickr.unit.html", "flickr": "plugins/flickr/popcorn.flickr.unit.html",
footnote: "plugins/footnote/popcorn.footnote.unit.html", "footnote": "plugins/footnote/popcorn.footnote.unit.html",
gml: "plugins/gml/popcorn.gml.unit.html", "gml": "plugins/gml/popcorn.gml.unit.html",
googlefeed: "plugins/googlefeed/popcorn.googlefeed.unit.html", "googlefeed": "plugins/googlefeed/popcorn.googlefeed.unit.html",
googlemap: "plugins/googlemap/popcorn.googlemap.unit.html", "googlemap": "plugins/googlemap/popcorn.googlemap.unit.html",
image: "plugins/image/popcorn.image.unit.html", "image": "plugins/image/popcorn.image.unit.html",
lastfm: "plugins/lastfm/popcorn.lastfm.unit.html", "lastfm": "plugins/lastfm/popcorn.lastfm.unit.html",
linkedin: "plugins/linkedin/popcorn.linkedin.unit.html", "linkedin": "plugins/linkedin/popcorn.linkedin.unit.html",
lowerthird: "plugins/lowerthird/popcorn.lowerthird.unit.html", "lowerthird": "plugins/lowerthird/popcorn.lowerthird.unit.html",
mustache: "plugins/mustache/popcorn.mustache.unit.html", "mustache": "plugins/mustache/popcorn.mustache.unit.html",
openmap: "plugins/openmap/popcorn.openmap.unit.html", "openmap": "plugins/openmap/popcorn.openmap.unit.html",
pause: "plugins/pause/popcorn.pause.unit.html", "pause": "plugins/pause/popcorn.pause.unit.html",
processing: "plugins/processing/popcorn.processing.unit.html", "processing": "plugins/processing/popcorn.processing.unit.html",
rdio: "plugins/rdio/popcorn.rdio.unit.html", "rdio": "plugins/rdio/popcorn.rdio.unit.html",
subtitle: "plugins/subtitle/popcorn.subtitle.unit.html", "subtitle": "plugins/subtitle/popcorn.subtitle.unit.html",
tagthisperson: "plugins/tagthisperson/popcorn.tagthisperson.unit.html", "tagthisperson": "plugins/tagthisperson/popcorn.tagthisperson.unit.html",
timeline: "plugins/timeline/popcorn.timeline.unit.html", "timeline": "plugins/timeline/popcorn.timeline.unit.html",
tumblr: "plugins/tumblr/popcorn.tumblr.unit.html", "tumblr": "plugins/tumblr/popcorn.tumblr.unit.html",
twitter: "plugins/twitter/popcorn.twitter.unit.html", "twitter": "plugins/twitter/popcorn.twitter.unit.html",
webpage: "plugins/webpage/popcorn.webpage.unit.html", "webpage": "plugins/webpage/popcorn.webpage.unit.html",
wikipedia: "plugins/wikipedia/popcorn.wikipedia.unit.html", "wikipedia": "plugins/wikipedia/popcorn.wikipedia.unit.html",
wordriver: "plugins/wordriver/popcorn.wordriver.unit.html" "wordriver": "plugins/wordriver/popcorn.wordriver.unit.html"
} }
}