Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
'Handlebars' is defined but never used no-unused-vars
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Mar 27, 2019
commit c83f0c3ea792a7af79dd70365ccc00cf339de77a
4 changes: 2 additions & 2 deletions js/views/collectionsview.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
*/

(function(OC, OCA, Marionette, Handlebars) {
(function(OC, OCA, Marionette) {
'use strict';

OCA.SpreedMe = OCA.SpreedMe || {};
Expand Down Expand Up @@ -50,4 +50,4 @@

});

})(OC, OCA, Marionette, Handlebars);
})(OC, OCA, Marionette);