Skip to content

Commit

Permalink
Merge branch 'RB_1.6' of git@gitproxy:glow/glow1 into RB_1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mathews committed Sep 9, 2009
2 parents 58dec27 + b756908 commit f156d25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Expand Up @@ -5,11 +5,11 @@ Glow Changelog
* glow.widgets.Sortable - Fixed negative margin issue
* glow.widgets.Carousel - Fixed edge case where original element was floated
* glow.widgets.Carousel - Fixed issue with visibleIndexes misreporting
* glow.widgets.Editor - Fixed issue with 'commit' even firing too often
* glow.widgets.Editor - Fixed issue with 'commit' event firing too often
* glow.widgets.Carousel, glow.widgets.Editor, glow.widgets.Timetable - Documentation updates
* glow.dom.NodeList#offset - Fixed for browser that don't support getBoundingClientRect
* glow.dom.NodeList#offset - Fixed for browsers that don't support getBoundingClientRect
* glow.dom.NodeList#css - Fix to real-to-absolute unit convertor for IE
* glow.forms.Form - Better error reporting when form as an element with name='submit'
* glow.forms.Form - Better error reporting when form has an element with name='submit'

1.6.0

Expand Down
4 changes: 2 additions & 2 deletions build.properties
@@ -1,3 +1,3 @@
LINE=1.6
VERSION=1.6.0
CSSVERSION=160
VERSION=1.6.1
CSSVERSION=161
3 changes: 3 additions & 0 deletions src/map.js
Expand Up @@ -152,6 +152,9 @@ gloader.map.add(
},
{
$version: "1.6.0"
},
{
$version: "1.6.1"
}
);

Expand Down

0 comments on commit f156d25

Please sign in to comment.