Sha256: b48226b693a359f625138c4ac0a5aeb3b9e7286cff66589b20ea6c8656fb02cf
Contents?: true
Size: 326 Bytes
Versions: 54
Compression:
Stored size: 326 Bytes
Contents
/** * Background video helper-wrapper. * * @author Htmlstream * @version 1.0 * */ ;(function ($) { 'use strict'; $.HSCore.helpers.HSBgVideo = { /** * Rating. * * @return undefined */ init: function (el) { var $selector = $(el); $selector.hsBgVideo(); } }; })(jQuery);
Version data entries
54 entries across 54 versions & 1 rubygems