compass-jquery-plugin 0.3.1.beta.2 → 0.3.1.beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +2 -2
- data/VERSION.yml +1 -1
- data/lib/jquery/gridify/grid.rb +0 -1
- data/lib/jquery/jqgrid/jqgrid.rb +437 -437
- data/lib/jquery/jqgrid.rb +4 -4
- data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +13 -13
- data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +18 -18
- data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +5 -5
- data/lib/jquery/secret_sauce/model/find_for_grid.rb +41 -41
- data/lib/jquery/secret_sauce.rb +8 -8
- data/templates/dynatree/jquery.dynatree.js +6 -2
- data/templates/dynatree/jquery.dynatree.min.js +15 -15
- data/templates/mobile/jquery.mobile.js +1 -6
- data/templates/mobile/jquery.mobile.min.js +1 -1
- metadata +4 -4
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
|
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
|
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
data/lib/jquery/gridify/grid.rb
CHANGED
@@ -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
|