assets/js/dasht.js in dasht-0.1.0 vs assets/js/dasht.js in dasht-0.1.1
- old
+ new
@@ -23,15 +23,9 @@
Dasht[options.type + "_init"](el, options);
}
}
Dasht.init = function() {
- // if ($(document).width() > 640) {
- // $('#container').masonry({
- // itemSelector: '.tile'
- // });
- // }
-
Dasht.scale_fontsize_loop();
Dasht.process_pending_requests_loop();
}
Dasht.fill_tile = function(el, do_width = true, do_height = true) {