Comparing version 3.3.9 to 3.3.10
{ | ||
"name": "jstree", | ||
"license": "MIT", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"main" : [ | ||
@@ -6,0 +6,0 @@ "./dist/jstree.js", |
@@ -5,3 +5,3 @@ { | ||
"description": "jsTree is jquery plugin, that provides interactive trees.", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -239,3 +239,3 @@ /*global module:false, require:false, __dirname:false*/ | ||
//grunt.registerTask('default', ['jshint:beforeconcat','concat','amd','jshint:afterconcat','copy:libs','uglify','less','imagemin','replace','copy:docs','qunit','resemble','dox']); | ||
grunt.registerTask('default', ['jshint:beforeconcat','concat','amd','jshint:afterconcat','copy:libs','uglify','less','imagemin','replace','copy:docs','dox']); | ||
grunt.registerTask('default', ['jshint:beforeconcat','concat','amd','jshint:afterconcat','copy:libs','uglify','less','replace','copy:docs','dox']); | ||
grunt.registerTask('js', ['concat','amd','uglify']); | ||
@@ -242,0 +242,0 @@ grunt.registerTask('css', ['copy','less']); |
@@ -5,3 +5,3 @@ { | ||
"description": "Tree view for jQuery", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"homepage": "http://jstree.com", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ { | ||
"description": "jQuery tree plugin", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"homepage": "http://jstree.com", | ||
@@ -8,0 +8,0 @@ "main": "./dist/jstree.js", |
@@ -399,3 +399,3 @@ /** | ||
$.vakata.html = { | ||
div : $('<div />'), | ||
div : $('<div></div>'), | ||
escape : function (str) { | ||
@@ -402,0 +402,0 @@ return $.vakata.html.div.text(str).html(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1229836
25404