parent
3c686808f2
commit
769331d45d
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="JSLintConfiguration" html="true" json="true">
|
||||||
|
<option browser="true" />
|
||||||
|
<option devel="true" />
|
||||||
|
<option indent="4" />
|
||||||
|
<option maxerr="50" />
|
||||||
|
<option plusplus="true" />
|
||||||
|
<option todo="true" />
|
||||||
|
<option white="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
"use strict";
|
'use strict';
|
||||||
define({
|
define({
|
||||||
ApiRoot : '/api'
|
ApiRoot : '/api'
|
||||||
});
|
});
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
"use strict";
|
'use strict';
|
||||||
define(['app'], function () {
|
define(['app'], function () {
|
||||||
|
|
||||||
NzbDrone.Episode.Summary.View = Backbone.Marionette.ItemView.extend({
|
NzbDrone.Episode.Summary.View = Backbone.Marionette.ItemView.extend({
|
||||||
template: 'Episode/Summary/ViewTemplate'
|
template: 'Episode/Summary/ViewTemplate'
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue