Skip to content

Commit

Permalink
added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ogewan committed Apr 1, 2016
1 parent 43c3c5f commit e932968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions factory/initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cG.cPanel = cG.cPanel||{};/*cG control panel, all stages are stored here*/
* noverwrite - by default, stageInjection cannot overwrite already inserted comics, set to false to allow overwriting
* arrow - toggles arrow key navigation
* click - toggles click navigation
* vscript - virtual script allows, a script defined as a JS variable to overwrite the script request (Writer)
* addme = supports additive jsons*/
cG.info = {vix: "1.3.0",vwr: "2.0.0",vpr: "0.1.0"};/*version settings*/
cG.dis = cG.dis||{};//disables statistic and error reporting
Expand Down
5 changes: 3 additions & 2 deletions labs/specification_v5.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@
"release": 0,//release date
"note": [],//additional notes to append to the page
"perm": false,//is this page permanent? It will be preloaded first
"anim8": false//is this page animated? Only works with gif and video(not implemented)
"anim8": false,//is this page animated? Only works with gif and video(not implemented)
"absolute": false//Are the urls absolute paths?
}
],
"chapters": [//Array of chapters, pages will be grouped into these chapters, false if child(has a parent)
{
"parent": -1,//
"parent": -1,//The parent chapter of this chapter, -1 if no parent
"description": "",//chapter description
"start": -1,//index of starting page of chapter, set to -1 if no start page
"end": -1,//index of last page of chapter, set to -1 if no end page
Expand Down

0 comments on commit e932968

Please sign in to comment.