forked from 0x2620/oxjs
trailing comma removal,
This commit is contained in:
parent
61e05f4f86
commit
68d50978ba
44 changed files with 87 additions and 87 deletions
|
|
@ -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)'});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue