×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Nick Markovic
Added: May 16, 2013 9:26 AM
Views: 1776
Tags: no tags
  1. function drawQuestion() {
  2.         qdef = {};
  3.  
  4.         myNewQuestion = new returnQuestion();
  5.  
  6.         main.panel_questionPreview.createComponents(myNewQuestion);
  7.  
  8.         main.panel_questionPreview.reflow();
  9. };
  10.