Skip to content

Commit

Permalink
Fix: Smoothie option 'main' is undefined after last merges
Browse files Browse the repository at this point in the history
  • Loading branch information
Torben committed Dec 6, 2014
1 parent 3569f00 commit 31d112e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smoothie.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var lock = new Object();
// and changing the values in the Smoothie object will have no effect
// afterwards!

var main = window.Smoothie&&window.Smoothie.main!==undefined?window.Smoothie.main:'main';
var requirePath = window.Smoothie&&window.Smoothie.requirePath!==undefined ? window.Smoothie.requirePath.slice(0) : ['./'];
var requireCompiler = window.Smoothie&&window.Smoothie.requireCompiler!==undefined ? window.Smoothie.requireCompiler : null;

Expand Down

0 comments on commit 31d112e

Please sign in to comment.