diff --git a/source/Ox.UI/js/Core/Ox.Container.js b/source/Ox.UI/js/Core/Ox.Container.js index 1ac04f3d..fb9ea1cf 100644 --- a/source/Ox.UI/js/Core/Ox.Container.js +++ b/source/Ox.UI/js/Core/Ox.Container.js @@ -5,7 +5,7 @@ // 0, 1, 2, etc, so that append would append 0, and appendTo // would append (length - 1)? /*@ -Ox.Container Container (depricated) +Ox.Container Container element () -> Container object (options) -> Container object (options, self) -> Container object @@ -13,7 +13,6 @@ Ox.Container Container (depricated) self Shared private variable @*/ Ox.Container = function(options, self) { - // fixme: to be deprecated var that = Ox.Element({}, self) .options(options || {}) .addClass('OxContainer');