Skip to content

Commit

Permalink
updated documentation to call out the destroy method
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbaker committed Feb 6, 2018
1 parent ea35c5b commit 2c8a561
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sdk/src/classes.js
Expand Up @@ -23,7 +23,13 @@ F2.extend('', {
* @method init
* @optional
*/
init:function() {}
init:function() {},
/**
* An optional destroy function that will automatically be called when
* F2.{{#crossLink "F2\removeApp"}}{{/crossLink}} and subsequently
* the {{#crossLink "F2.Constants.AppHandlers\APP_DESTROY"}} AppHandler.
*/
destroy:function() {}
};
},
/**
Expand Down

0 comments on commit 2c8a561

Please sign in to comment.