1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00
Files
Sonarr/src/UI/Shared/Shims/handlebars.js
2014-08-28 14:40:18 -07:00

6 lines
78 B
JavaScript

define([], function () {
'use strict';
return window.Handlebars;
});