This commit is contained in:
daboe01
2014-02-15 19:47:50 +01:00
parent e4f71420fc
commit 5ca41a6fff
+1 -1
View File
@@ -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");