Documentation
unRegisterConnector
usage
.kaiten("unRegisterConnector", name)
parameters
name : String, the name of the connector to remove
Removes the connector identified by "name" from Kaiten's collection.
Provokes a call to the connector's "destroy" function.
examples
$kaiten.kaiten('unRegisterConnector', 'my.iframe');
See also :
getConnector
Retrieve a connector object from Kaiten's collection.
registerConnector
Register a new connector.