mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Simplified currentCursor assignment.
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ var currentCursor = nil,
|
||||
- (void)push
|
||||
{
|
||||
cursorStack.push(self);
|
||||
currentCursor = cursorStack[cursorStack.length - 1];
|
||||
currentCursor = self;
|
||||
}
|
||||
|
||||
- (void)set
|
||||
|
||||
Reference in New Issue
Block a user