Skip to content

Commit

Permalink
Merge pull request #15 from seun40/dev
Browse files Browse the repository at this point in the history
bugfix:
  • Loading branch information
ogewan committed Jul 9, 2015
2 parents 53ebcf6 + 5401471 commit 5e4396e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions comixngn.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var cG = cG||{};/*if(void 0===cG) var cG = {};*//*check if cG is already is inst
function N(){return 0};/*null function*/
if(void 0===$GPC){var $GPC=0;}
cG.root = '';
cG.cPanel = cG.panel||{};
cG.cPanel = cG.cPanel||{};
cG.info = {vix: "1.9.2",vwr: "1.2.0",vpr: "0.1.0"};
/*rollbar*/
var _rollbarConfig = _rollbarConfig||{
Expand Down Expand Up @@ -161,7 +161,7 @@ cG.stageInjection = function(SPECIFIC){
if(cG.script === '' || cG.decor === '') {//although we don't need decor, if there is a template, we prioritize it
/*if are stuff isn't ready yet we are going to wait for it*/
setTimeout(cG.stageInjection, 300,SPECIFIC);
return;
return cG.cPanel;
}
if(!cG.script) return console.error("No script.JSON found. script.JSON is REQUIRED to create any stage. Please create a script.JSON or move it to the directory specified in the script tag for comix-ngn or bellerophon if it is added.");
var stages = [],
Expand Down
Loading

0 comments on commit 5e4396e

Please sign in to comment.