From 5ca41a6fff05134f7bc41eb618d48fc67d533e43 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sat, 15 Feb 2014 19:47:50 +0100 Subject: [PATCH] style --- AppKit/CPTextView/CPLayoutManager.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTextView/CPLayoutManager.j b/AppKit/CPTextView/CPLayoutManager.j index 9460684ad..af83047ba 100755 --- a/AppKit/CPTextView/CPLayoutManager.j +++ b/AppKit/CPTextView/CPLayoutManager.j @@ -154,7 +154,7 @@ var _objectsInRange = function(aList, aRange) CPArray _glyphsFrames; } -- (id)createDOMElementWithText:(CPString)aString andFont:(CPFont)aFont andColor: (CPColor)aColor +- (id)createDOMElementWithText:(CPString)aString andFont:(CPFont)aFont andColor:(CPColor)aColor { var style, span = document.createElement("span");