#338 Fixed incorrect specification of CreationPolicy in bundle.json

This commit is contained in:
Henry 2015-12-02 14:07:08 -08:00
parent 9953e16415
commit 11d8daf3ed

View File

@ -104,7 +104,7 @@
],
"policies": [
{
"implementation": "CreationPolicy.js",
"implementation": "creation/CreationPolicy.js",
"category": "creation"
}
],