ESlint no-unused-vars

This commit is contained in:
Peter Jaszkowiak
2017-02-18 15:05:36 -07:00
parent c18808fdeb
commit 4bb49a7171
70 changed files with 97 additions and 162 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
define('admin/extend/widgets', ['jqueryui'], function (jqueryui) {
define('admin/extend/widgets', ['jqueryui'], function () {
var Widgets = {};
Widgets.init = function () {