1
0
Fork 0
forked from 0x2620/oxjs

trailing comma removal,

This commit is contained in:
j 2012-05-26 15:48:19 +00:00
commit 68d50978ba
44 changed files with 87 additions and 87 deletions

View file

@ -460,7 +460,7 @@ Ox.Map = function(options, self) {
deselectButton: Ox.Button({
title: 'close',
tooltip: 'Deselect',
type: 'image',
type: 'image'
})
.addClass('OxPlaceControl OxPlaceDeselectButton')
.bindEvent({
@ -915,7 +915,7 @@ Ox.Map = function(options, self) {
['moz', 'o', 'webkit'].forEach(function(browser) {
$element.css({
backgroundImage: '-' + browser
+ '-linear-gradient(left, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.1) 50px)',
+ '-linear-gradient(left, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.1) 50px)'
});
});
$element.children().css({color: 'rgb(192, 192, 192)'});