-
-
Save sukima/6354222 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function iAmAllDone() { | |
// Do something herebecause It's All Done! | |
} | |
function onContributionWizardAfterAddEntry(entries) { | |
for(var i = 0; i < entries.length; i++) { | |
parent.top.$j("#externalVideoID").val(entries[i].entryId); | |
} | |
// Trigger an event however the library event model handles event triggering. | |
someUnknownLibraryAPI.triggerEventSomehow("SomeMadeUpEvent"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment