Guest User

Untitled

a guest
May 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. // ==========================================================================
  2. // Project: Questions.itemBanksController
  3. // Copyright: ©2010 My Company, Inc.
  4. // ==========================================================================
  5. /*globals Questions */
  6.  
  7. /** @class
  8.  
  9. (Document Your Controller Here)
  10.  
  11. @extends SC.ArrayController
  12. */
  13. Questions.itemBanksController = SC.ArrayController.create(
  14. /** @scope Questions.itemBanksController.prototype */ {
  15. selectionDidChange: function() {
  16. console.log('selectionDidChange1');
  17. }.observes('*selection.[]')
  18. }) ;
Add Comment
Please, Sign In to add comment