remove use strict
testing's over, remove "use strict"
This commit is contained in:
parent
c7c2f52149
commit
59ef6652eb
@ -5,7 +5,7 @@
|
|||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
function FanSliderPluginViewModel(parameters) {
|
function FanSliderPluginViewModel(parameters) {
|
||||||
'use strict';
|
//'use strict';
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
self.settings = parameters[0];
|
self.settings = parameters[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user