mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Removed tailing comma from CPColorWithImages call.
The extra comma causes IE to think it was passed an array with 4 values and causes CPColorWithImages to return a NinePartImage even though it only has three parts.
This commit is contained in:
@@ -38,7 +38,7 @@ var _CPToolbarViewBackgroundColor = nil;
|
||||
_CPToolbarViewBackgroundColor = CPColorWithImages([
|
||||
["_CPToolbarView/toolbar-background-top.png", 1, 1, bundle],
|
||||
["_CPToolbarView/toolbar-background-center.png", 1, 57.0, bundle],
|
||||
["_CPToolbarView/toolbar-background-bottom.png", 1, 1, bundle],
|
||||
["_CPToolbarView/toolbar-background-bottom.png", 1, 1, bundle]
|
||||
], CPColorPatternIsVertical);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user