args should have a name

This commit is contained in:
Jakub Olek
2014-08-26 11:51:35 +02:00
parent dc699cf646
commit 76e60effef
+1 -1
View File
@@ -2082,7 +2082,7 @@ declare module Ember {
function merge(original: any, updates: any): any;
function meta(obj: any, writable?: boolean): {};
function metaPath(obj: any, path: string, writable?: boolean): any;
function mixin(obj: any, ...any[]): any;
function mixin(obj: any, ...args: any[]): any;
/**
Ember.none is deprecated. Please use Ember.isNone instead.
**/