I was doing the js-developer-assignment and wondered why ACLModel#_processPermissions() was calling BaseModel#formatTemplatedProperties which turned out not to exists at all.
git bisect says the functionality was added in 8a63297 but formatProperties has always been called formatProperties instead of formatTemplatedProperties.
I was doing the
js-developer-assignment
and wondered whyACLModel#_processPermissions()
was callingBaseModel#formatTemplatedProperties
which turned out not to exists at all.git bisect
says the functionality was added in 8a63297 butformatProperties
has always been calledformatProperties
instead offormatTemplatedProperties
.