Skip to content

Instantly share code, notes, and snippets.

View MaximSpirin's full-sized avatar

Max MaximSpirin

View GitHub Profile
<script >
$(document).ready(function(){
DrillEditorProxy.getDrillByIdCallback = function(id, onSuccess, onFailure){
//look for the drill data and call onSuccess or onFailure
};
DrillEditorProxy.drillStartupData = {presentationId : 1234};
DrillEditorProxy.drillsCollection = [];