mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
added jshint
This commit is contained in:
parent
9536c6c1bb
commit
47d924cff3
30 changed files with 177 additions and 127 deletions
|
@ -1,8 +1,10 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'handlebars'
|
||||
], function (Handlebars) {
|
||||
'marionette',
|
||||
'handlebars',
|
||||
'underscore'
|
||||
], function (Marionette, Handlebars, _) {
|
||||
|
||||
var _fieldBuilder = function (field) {
|
||||
if (!field.type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue