cytoscape
Advanced tools
Comparing version 2.7.25 to 2.7.26
/*! | ||
Cytoscape.js 2.7.25 (MIT licensed) | ||
Cytoscape.js 2.7.26 (MIT licensed) | ||
@@ -6,0 +6,0 @@ Copyright (c) The Cytoscape Consortium |
{ | ||
"name": "cytoscape", | ||
"version": "2.7.25", | ||
"version": "2.7.26", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -193,5 +193,5 @@ 'use strict'; | ||
event: { | ||
regex: /(\w+)(\.(?:\w+|\*))?/, // regex for matching event strings (e.g. "click.namespace") | ||
regex: /([^.]+)(\.(?:[^.]+|\*))?/, // regex for matching event strings (e.g. "click.namespace") | ||
universalNamespace: '.*', // matches as if no namespace specified and prevents users from unbinding accidentally | ||
optionalTypeRegex: /(\w+)?(\.(?:\w+|\*))?/, | ||
optionalTypeRegex: /([^.]+)?(\.(?:[^.]+|\*))?/, | ||
falseCallback: function(){ return false; } | ||
@@ -198,0 +198,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
module.exports = "2.7.25"; | ||
module.exports = "2.7.26"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4342944
120