breakpoint 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/breakpoint.rb CHANGED
@@ -3,7 +3,7 @@ require 'compass'
3
3
  Compass::Frameworks.register("breakpoint", :path => "#{File.dirname(__FILE__)}/..")
4
4
 
5
5
  module Breakpoint
6
- VERSION = "2.0.3"
6
+ VERSION = "2.0.4"
7
7
  DATE = "2012-04-25"
8
8
  end
9
9
 
@@ -128,13 +128,11 @@ $breakpoint-legacy-syntax: false !default;
128
128
  // Write Fallback
129
129
  @if ($query-fallback != false) and ($print == true) {
130
130
  $type-fallback: type-of($query-fallback);
131
- @debug $query-fallback;
132
- @debug $type-fallback;
133
131
 
134
132
  @if ($type-fallback != 'bool') {
135
- #{$query-fallback} & {
136
- @content;
137
- }
133
+ #{$query-fallback} & {
134
+ @content;
135
+ }
138
136
  }
139
137
  @else {
140
138
  @content;
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 3
9
- version: 2.0.3
8
+ - 4
9
+ version: 2.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mason Wendell