Sha256: 136b1a09e062b1a863747d448c1a9f59947bcbc1632ac0164a73c6a5569611a4
Contents?: true
Size: 346 Bytes
Versions: 2
Compression:
Stored size: 346 Bytes
Contents
/* global window */ export default function(Handlebars) { /* istanbul ignore next */ let root = typeof global !== 'undefined' ? global : window, $Handlebars = root.Handlebars; /* istanbul ignore next */ Handlebars.noConflict = function() { if (root.Handlebars === Handlebars) { root.Handlebars = $Handlebars; } }; }
Version data entries
2 entries across 2 versions & 1 rubygems