Page MenuHome

Cleanup: Use arrayWithObject to reduce the code
ClosedPublic

Authored by Yuki Hashimoto (hzuika) on May 30 2021, 9:14 PM.

Details

Summary

I replaced a temporary variable and verbose codes to arrayWithObject method.

This is a popular expression as it is also found in Apple's code samples.
https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/EventOverview/HandlingKeyEvents/HandlingKeyEvents.html

Diff Detail

Repository
rB Blender