I am building a permissions UI, I have a list of permissions with a select list next to each permission. The permissions are represented by an observable array of objects which
use this:
this.permissionChanged = function (obj, event) { if (event.type != "load") { } }