Skip to content
Snippets Groups Projects
Commit 77e7cc42 authored by jos's avatar jos
Browse files

Released version 3.11.0

parent 76f30e74
No related branches found
Tags v3.11.0
3 merge requests!3714Showcase project #2,!3302#1852 - Corrects documentation,!3303#2839 - Corrects documentation for DataSet get and how multiple missi…
......@@ -2,7 +2,7 @@
http://visjs.org
## not yet released, version 3.11.0-SNAPSHOT
## 2015-03-05, version 3.11.0
### Network
......
{
"name": "vis",
"version": "3.10.1-SNAPSHOT",
"version": "3.11.0",
"main": ["dist/vis.min.js", "dist/vis.min.css"],
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
......
......@@ -4,7 +4,7 @@
*
* A dynamic, browser-based visualization library.
*
* @version 3.10.1-SNAPSHOT
* @version 3.11.0
* @date 2015-03-05
*
* @license
......@@ -38,41 +38,41 @@
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
/******/
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ exports: {},
/******/ id: moduleId,
/******/ loaded: false
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.loaded = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(0);
/******/ })
......@@ -28334,7 +28334,7 @@ return /******/ (function(modules) { // webpackBootstrap
makeGlobal();
}
}).call(this);
/* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()), __webpack_require__(71)(module)))
 
/***/ },
......@@ -30509,9 +30509,9 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ function(module, exports, __webpack_require__) {
 
var util = __webpack_require__(1);
var RepulsionMixin = __webpack_require__(68);
var HierarchialRepulsionMixin = __webpack_require__(69);
var BarnesHutMixin = __webpack_require__(70);
var RepulsionMixin = __webpack_require__(67);
var HierarchialRepulsionMixin = __webpack_require__(68);
var BarnesHutMixin = __webpack_require__(69);
 
/**
* Toggling barnes Hut calculation on and off.
......@@ -34951,19 +34951,6 @@ return /******/ (function(modules) { // webpackBootstrap
 
/***/ },
/* 67 */
/***/ function(module, exports, __webpack_require__) {
function webpackContext(req) {
throw new Error("Cannot find module '" + req + "'.");
}
webpackContext.keys = function() { return []; };
webpackContext.resolve = webpackContext;
module.exports = webpackContext;
webpackContext.id = 67;
/***/ },
/* 68 */
/***/ function(module, exports, __webpack_require__) {
 
/**
......@@ -35033,7 +35020,7 @@ return /******/ (function(modules) { // webpackBootstrap
 
 
/***/ },
/* 69 */
/* 68 */
/***/ function(module, exports, __webpack_require__) {
 
/**
......@@ -35192,7 +35179,7 @@ return /******/ (function(modules) { // webpackBootstrap
};
 
/***/ },
/* 70 */
/* 69 */
/***/ function(module, exports, __webpack_require__) {
 
/**
......@@ -35596,6 +35583,19 @@ return /******/ (function(modules) { // webpackBootstrap
};
 
 
/***/ },
/* 70 */
/***/ function(module, exports, __webpack_require__) {
function webpackContext(req) {
throw new Error("Cannot find module '" + req + "'.");
}
webpackContext.keys = function() { return []; };
webpackContext.resolve = webpackContext;
module.exports = webpackContext;
webpackContext.id = 70;
/***/ },
/* 71 */
/***/ function(module, exports, __webpack_require__) {
......@@ -35615,3 +35615,4 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ }
/******/ ])
});
;
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{
"name": "vis",
"version": "3.10.1-SNAPSHOT",
"version": "3.11.0",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment