mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-23 10:50:42 +00:00
lots of Node fixes
This commit is contained in:
@@ -55,6 +55,8 @@
|
||||
|
||||
@end
|
||||
|
||||
@global document
|
||||
|
||||
_MakeRangeFromAbs = function(a1, a2)
|
||||
{
|
||||
return (a1 < a2) ? CPMakeRange(a1, a2 - a1) : CPMakeRange(a2, a1 - a2);
|
||||
|
||||
Reference in New Issue
Block a user