[TASK] Use strict
This commit is contained in:
parent
d57ce0052a
commit
ae59f75594
36 changed files with 74 additions and 6 deletions
|
@ -1,4 +1,6 @@
|
|||
define([], function () {
|
||||
define(function () {
|
||||
"use strict";
|
||||
|
||||
return function (distributor) {
|
||||
var container = document.createElement("ul");
|
||||
container.classList.add("filters");
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
define(["helper"], function (helper) {
|
||||
"use strict";
|
||||
|
||||
return function (name, key, value, f) {
|
||||
var negate = false;
|
||||
var refresh;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
define([], function () {
|
||||
define(function () {
|
||||
"use strict";
|
||||
|
||||
return function (filter) {
|
||||
return function (data) {
|
||||
var n = Object.create(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue