boomqueries
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,2 @@ | ||
/*! BoomQueries 0.0.1 | http://boomtownroi.github.io/boomqueries/ | (c) 2014 BoomTown | MIT License */ | ||
/*! BoomQueries 0.0.3 | http://boomtownroi.github.io/boomqueries/ | (c) 2014 BoomTown | MIT License */ | ||
(function (global, boomQueries) { | ||
@@ -60,3 +60,3 @@ if(typeof define === 'function' && define.amd) { | ||
while (componentBreaksCounter--) { | ||
if(currentWidth > currentComponent.breaks[componentBreaksCounter][0]) { | ||
if(currentWidth >= currentComponent.breaks[componentBreaksCounter][0]) { | ||
currentBreak++; | ||
@@ -63,0 +63,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "BoomQueries is our take on element-queries; sizing elements based on their container.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "http://boomtownroi.github.io/boomqueries/", | ||
@@ -8,0 +8,0 @@ "author": { |
6966