Skip to content

Commit

Permalink
Updated map.js, CHANGES & build.properties for version 1.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
elson committed Aug 6, 2009
1 parent c80bc3f commit 087f0fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES
@@ -1,6 +1,6 @@
Glow Changelog

1.6.0
1.6.0-rc1

* glow.events - Focus/blur events allow bubbling on all elements.
* glow.widgets.Overlay - closeToEsc param added to constructor option. Enabling this allows user to close overlay with ESC button.
Expand Down Expand Up @@ -30,4 +30,4 @@ Glow Changelog
* glow.widgets.Overlay - Fixed bug creating inconsistency with Flash hiding when using multiple overlays
* glow.widgets.Overlay - Now stops Flash within an Overlay playing on hide
* glow.embed - Fixed bug where IE needs Flash movies to have an ID
* glow.widgets.Carousel - Improvements to keyboard access
* glow.widgets.Carousel - Improvements to keyboard access
6 changes: 3 additions & 3 deletions build.properties
@@ -1,3 +1,3 @@
LINE=1.5
VERSION=1.5.1
CSSVERSION=151
LINE=1.6
VERSION=1.6.0-rc1
CSSVERSION=160
4 changes: 4 additions & 0 deletions src/map.js
Expand Up @@ -142,6 +142,10 @@ gloader.map.add(
},
{
$version: "1.5.1"
},
{
$version: "1.6.0-rc1",
"glow.i18n": core_150_js
}
);

Expand Down

0 comments on commit 087f0fa

Please sign in to comment.