diff --git a/src/view.timeline.js b/src/view.timeline.js index 74be3a0b..d5e862bd 100644 --- a/src/view.timeline.js +++ b/src/view.timeline.js @@ -5,7 +5,9 @@ this.recline.View = this.recline.View || {}; (function($, my) { // turn off unnecessary logging from VMM Timeline -VMM.debug = false; +if (typeof VMM !== 'undefined') { + VMM.debug = false; +} // ## Timeline //