remove deprecation warning
This commit is contained in:
parent
bd4b5e6880
commit
801bfeb8dd
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
// 0, 1, 2, etc, so that append would append 0, and appendTo
|
||||
// would append (length - 1)?
|
||||
/*@
|
||||
Ox.Container <f> Container (depricated)
|
||||
Ox.Container <f> Container element
|
||||
() -> <o> Container object
|
||||
(options) -> <o> Container object
|
||||
(options, self) -> <o> Container object
|
||||
|
@ -13,7 +13,6 @@ Ox.Container <f> Container (depricated)
|
|||
self <o> Shared private variable
|
||||
@*/
|
||||
Ox.Container = function(options, self) {
|
||||
// fixme: to be deprecated
|
||||
var that = Ox.Element({}, self)
|
||||
.options(options || {})
|
||||
.addClass('OxContainer');
|
||||
|
|
Loading…
Reference in a new issue