Sha256: 780ab6913f579b8ac648790dd40f297cb736c0cb610bb377c51f1f9b38f96c14
Contents?: true
Size: 190 Bytes
Versions: 6
Compression:
Stored size: 190 Bytes
Contents
var $cart_page; var aCartPage; $(document).ready(function() { $cart_page = $('div#cart_page'); if ($cart_page.length !== 0) { aCartPage = new CartPage($cart_page); } });
Version data entries
6 entries across 6 versions & 1 rubygems