Enabled strict mode, and fixed issues raised.
This commit is contained in:
@@ -4,6 +4,7 @@ this.recline = this.recline || {};
|
||||
this.recline.View = this.recline.View || {};
|
||||
|
||||
(function($, my) {
|
||||
"use strict";
|
||||
// turn off unnecessary logging from VMM Timeline
|
||||
if (typeof VMM !== 'undefined') {
|
||||
VMM.debug = false;
|
||||
|
||||
Reference in New Issue
Block a user