diff --git a/Gruntfile.js b/Gruntfile.js index 9bb26cd3f..2b68bce63 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -224,7 +224,7 @@ module.exports = function(grunt) { 'safari 6', 'ie 9', 'bb 10', - 'android 4' + 'android 3' ] }, prefixBuild: { diff --git a/server/documents/modules/dimmer.html.eco b/server/documents/modules/dimmer.html.eco index 117202546..586a4d3d3 100755 --- a/server/documents/modules/dimmer.html.eco +++ b/server/documents/modules/dimmer.html.eco @@ -198,7 +198,7 @@ type : 'UI Module'
You can display a dimmer by either invoking .dimmer('show') on a section or a dimmer itself. If you choose to dim a dimmable section, a dimmer will automatically be created.