Sha256: d59621ac89f4380b55f04658b1b5259cc478b6e04703157a03cbd72e1cda721b
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 Bytes
Contents
"use strict"; var ITEM_COLOR_SELECTOR = {}; var _activate_color_selectors = function() { $('.item_color_selector').each(function() { ITEM_COLOR_SELECTOR[$(this).data('id')] = new ItemColorSelector(this); }); }; $(document).ready(function() { // alert(ItemColorSelector); _activate_color_selectors(); });
Version data entries
7 entries across 7 versions & 1 rubygems