Skip to content

Instantly share code, notes, and snippets.

@MarkBennett
Created May 6, 2010 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkBennett/392724 to your computer and use it in GitHub Desktop.
Save MarkBennett/392724 to your computer and use it in GitHub Desktop.
// ==========================================================================
// Project: Questions.itemBanksController
// Copyright: ©2010 My Company, Inc.
// ==========================================================================
/*globals Questions */
/** @class
(Document Your Controller Here)
@extends SC.ArrayController
*/
Questions.itemBanksController = SC.ArrayController.create(
/** @scope Questions.itemBanksController.prototype */ {
selectionDidChange: function() {
console.log('selectionDidChange1');
}.observes('*selection.[]')
}) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment