compass-jquery-plugin 0.3.1.beta.2 → 0.3.1.beta.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -8,10 +8,10 @@ h2. Description
8
8
 
9
9
  A Sass-based Meta-Framework for Compass that allows you to mix and match any of the following:
10
10
 
11
- * jRails with jQuery 1.4.4.rc3 and jQuery.UI 1.8.6 including themes
11
+ * jRails with jQuery 1.4.4 and jQuery.UI 1.8.6 including themes
12
12
  * jQuery Tools 1.2.5
13
13
  * jquery.jstree.js V1.0rc3
14
- * jquery.dynatree.js V0.5.4
14
+ * jquery.dynatree.js V1.0.2
15
15
  * jquery.ribbon.js
16
16
  * jquery.jqGrid.js V3.8.1 (with minor changes to make in RESTful)
17
17
  * jquery.mobile.js 1.0a2
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :commit: beta.2
2
+ :commit: beta.3
3
3
  :patch: 1
4
4
  :minor: 3
5
5
  :major: 0
@@ -152,7 +152,6 @@ module Gridify
152
152
  self.colModel = []
153
153
  presets.each do |col|
154
154
  # create column with default args merged with options given for this column
155
- willi = hashed_defs[col[:name]]
156
155
  self.colModel << GridColumn.new(hashed_defs[col[:name]].merge(col))
157
156
  end
158
157
  else