From d677c8b8919038d9abea4e639c871deaf8d09433 Mon Sep 17 00:00:00 2001 From: AndrewTelnov Date: Thu, 27 Oct 2016 11:12:46 +0300 Subject: [PATCH] Update to v0.10.0 --- gulpfile.js | 2 +- src/editor.ts | 1 + tests/index.html | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 0b812a2f88..193cd5ce03 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,7 @@ var gulp = require('gulp'), getWebpackConfig = require('./webpack.config'); var Server = require("karma").Server; -var editorVersion = "0.9.12"; +var editorVersion = "0.10.0"; var paths = { mainJSfile: "surveyeditor.js", diff --git a/src/editor.ts b/src/editor.ts index 8e3329e6c2..0295909b86 100644 --- a/src/editor.ts +++ b/src/editor.ts @@ -543,6 +543,7 @@ export class SurveyEditor { } } +Survey.Survey.cssType = "bootstrap"; new Survey.SurveyTemplateText().replaceText(templatePageHtml, "page"); new Survey.SurveyTemplateText().replaceText(templateQuestionHtml, "question"); diff --git a/tests/index.html b/tests/index.html index 458a158ccf..d1871dfadc 100644 --- a/tests/index.html +++ b/tests/index.html @@ -4,14 +4,14 @@ QUnit Example - + + +
- - \ No newline at end of file