[ASScrollDirection] Fix tests to use the more intuitive naming for scroll directions.

This commit is contained in:
Scott Goodson
2016-03-08 22:48:02 -08:00
parent 8cbb5d86dc
commit 06ea9461cb
2 changed files with 18 additions and 14 deletions

View File

@@ -88,6 +88,10 @@
- (void)enqueue:(id)object
{
if (!object) {
return;
}
ASDN::MutexLocker l(_internalQueueLock);
// Check if the object exists.