Skip to content

Commit

Permalink
Fixes typo. Refs #346.
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Dec 3, 2009
1 parent 2eea56c commit 93e77be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/desktop/mixins/border.js
Expand Up @@ -46,7 +46,7 @@ SC.Border = {
if (style) {
if (this._BORDER_REGEXP.exec(style)) {
context.addClass(style);
} else content.addStyle('border', '1px %@ solid'.fmt(style));
} else context.addStyle('border', '1px %@ solid'.fmt(style));
}
}

Expand Down

0 comments on commit 93e77be

Please sign in to comment.