mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
added jshint
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'handlebars'
|
||||
], function (Handlebars) {
|
||||
'marionette',
|
||||
'handlebars',
|
||||
'underscore'
|
||||
], function (Marionette, Handlebars, _) {
|
||||
|
||||
var _fieldBuilder = function (field) {
|
||||
if (!field.type) {
|
||||
|
||||
Reference in New Issue
Block a user