Skip to content

Commit

Permalink
[BUG #49] Moved some classes to bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
wittemann committed Feb 27, 2012
1 parent 3329297 commit ba2358a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/source/class/qx/lang/Date.js
Expand Up @@ -36,7 +36,7 @@
*
* The native JavaScript Date is not modified by this class.
*/
qx.Class.define("qx.lang.Date",
qx.Bootstrap.define("qx.lang.Date",
{
statics :
{
Expand Down
2 changes: 1 addition & 1 deletion framework/source/class/qx/lang/JsonImpl.js
Expand Up @@ -35,7 +35,7 @@
*
* @internal
*/
qx.Class.define("qx.lang.JsonImpl",
qx.Bootstrap.define("qx.lang.JsonImpl",
{
extend : Object,

Expand Down

0 comments on commit ba2358a

Please sign in to comment.