Skip to content

Commit

Permalink
[DOC release] Fix Broken 3.3 Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
toddjordan committed Jul 20, 2018
1 parent ef7bdcc commit e4a5c71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/@ember/canary-features/index.ts
Expand Up @@ -3,6 +3,7 @@ import { ENV } from 'ember-environment';

/**
@module ember/canary-features
@private
*/

export const DEFAULT_FEATURES = {
Expand Down
5 changes: 2 additions & 3 deletions packages/ember-runtime/lib/copy.js
Expand Up @@ -4,9 +4,7 @@ import Copyable from './mixins/copyable';

/**
@module @ember/object
@private
@deprecated Use 'ember-copy' addon instead
*/
*/
function _copy(obj, deep, seen, copies) {
// primitive data types are immutable, just return them.
if (typeof obj !== 'object' || obj === null) {
Expand Down Expand Up @@ -80,6 +78,7 @@ function _copy(obj, deep, seen, copies) {
is simply returned.
@method copy
@deprecated Use 'ember-copy' addon instead
@static
@for @ember/object/internals
@param {Object} obj The object to clone
Expand Down
3 changes: 2 additions & 1 deletion yuidoc.json
Expand Up @@ -19,7 +19,8 @@
"packages/ember-testing/lib",
"packages/ember-extension-support/lib",
"packages/container/lib",
"node_modules/rsvp/lib"
"node_modules/rsvp/lib",
"packages/@ember"
],
"exclude": "vendor",
"outdir": "docs",
Expand Down

0 comments on commit e4a5c71

Please sign in to comment.