remove use strict

testing's over, remove "use strict"
This commit is contained in:
ntoff 2017-11-18 05:02:44 +10:00
parent c7c2f52149
commit 59ef6652eb

View File

@ -5,7 +5,7 @@
$(function () {
function FanSliderPluginViewModel(parameters) {
'use strict';
//'use strict';
var self = this;
self.settings = parameters[0];