Namespace

Ember.Namespace Class

PUBLIC

Extends: Ember.Object

Defined in: packages/ember-runtime/lib/system/namespace.js:26

Module: ember-runtime

A Namespace is an object usually used to contain other objects or methods such as an application or framework. Create a namespace anytime you want to define one of these new containers.

Example Usage

MyFramework = Ember.Namespace.create({
  VERSION: '1.0.0'
});

© 2017 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://emberjs.com/api/classes/Ember.Namespace.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部