mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
moved mixins to require.js
This commit is contained in:
parent
72772bed5a
commit
467c88f711
6 changed files with 81 additions and 89 deletions
|
@ -1,14 +0,0 @@
|
|||
"use strict";
|
||||
define(['app','backgrid'], function () {
|
||||
NzbDrone.Missing.Row = Backgrid.Row.extend({
|
||||
events: {
|
||||
'click .x-search': 'search'
|
||||
},
|
||||
|
||||
search: function () {
|
||||
window.alert('Episode Search');
|
||||
}
|
||||
});
|
||||
|
||||
return NzbDrone.Missing.Row;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue