Skip to content

Commit 450be03

Browse files
committed
.css(): Added missing semicolon.
1 parent db38e56 commit 450be03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/css.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ div { width:60px; height:60px; margin:5px; float:left; }
141141
'background-color' : '#ddd',
142142
'font-weight' : '',
143143
'color' : 'rgb(0,40,244)'
144-
}
144+
};
145145
$(this).css(cssObj);
146146
});
147147
]]></code>

0 commit comments

Comments
 (0)