mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Formatting: add semi-colon to NSCustomResource.j
This commit is contained in:
@@ -88,7 +88,7 @@ var FILE = require("file"),
|
||||
if (resourceInfo && resourceInfo.path)
|
||||
{
|
||||
// Include subdirectories in the name
|
||||
match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path)
|
||||
match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path);
|
||||
_resourceName = match[1];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user