// ========================================================================== // Project: <%= namespace %> // Copyright: ©<%= Time.now.year %> My Company, Inc. // ========================================================================== /*globals <%= namespace %> */ /** @namespace My cool new framework. Describe your framework. @extends SC.Object */ <%= namespace %> = SC.Object.create( /** @scope <%= namespace %>.prototype */ { NAMESPACE: '<%= namespace %>', VERSION: '0.1.0', // TODO: Add global constants or singleton objects needed by your app here. }) ;