Skip to content

Commit

Permalink
Add Deprecated. to summary for deprecated code so that it will show u…
Browse files Browse the repository at this point in the history
…p in the doc
  • Loading branch information
edchat committed Jun 21, 2012
1 parent 424f9ae commit d8e0301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions StatefulModel.js
Expand Up @@ -11,6 +11,7 @@ define([

var StatefulModel = declare("dojox.mvc.StatefulModel", [Stateful], {
// summary:
// Deprecated. Use dojox/mvc/getStateful, dojox/mvc/getPlainValue, dojox/mvc/StatefulArray or one of the dojox/mvc/*RefControllers instead.
// The first-class native JavaScript data model based on dojo/Stateful
// that wraps any data structure(s) that may be relevant for a view,
// a view portion, a dijit or any custom view layer component.
Expand Down
1 change: 1 addition & 0 deletions _DataBindingMixin.js
Expand Up @@ -11,6 +11,7 @@ define([

return declare("dojox.mvc._DataBindingMixin", null, {
// summary:
// Deprecated. Use dojox/mvc/at for data binding.
// Provides the ability for dijits or custom view components to become
// data binding aware.
//
Expand Down

0 comments on commit d8e0301

Please sign in to comment.