Sha256: 71fce60d83be3ffaa7ddabafbb828fd1c3e75c8fc638c27e7d0fdf483e69a5a3
Contents?: true
Size: 477 Bytes
Versions: 9
Compression:
Stored size: 477 Bytes
Contents
;(function ($, window, document, undefined) { 'use strict'; Edge.libs.ie8 = { name : 'ie8', version : '1.0', settings : { }, init: function( scope, method, options ) { console.log('ie8'); this.columnFix(); }, columnFix: function() { if($('html').hasClass('lt-ie9') ) { $('.columns:last-child, .column:last-child').each(function() { $(this).addClass('last'); }); } } } }(jQuery, this, this.document) );
Version data entries
9 entries across 9 versions & 1 rubygems