Skip to content

Commit

Permalink
npm bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jun 20, 2015
1 parent d3f8621 commit 4ce9fbc
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions docs/files/minerva/manager-js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index/Functions3.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index/General3.html

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions docs/javascript/searchdata.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
var indexSectionsWithContent = {
"Variables": {
"Classes": {
"Symbols": false,
"Numbers": false,
"A": false,
"B": false,
"C": false,
"D": false,
"E": false,
"B": true,
"C": true,
"D": true,
"E": true,
"F": false,
"G": false,
"H": false,
"I": false,
"J": false,
"K": false,
"L": false,
"M": false,
"L": true,
"M": true,
"N": false,
"O": false,
"P": false,
Expand All @@ -23,18 +23,18 @@ var indexSectionsWithContent = {
"S": false,
"T": false,
"U": false,
"V": false,
"W": false,
"V": true,
"W": true,
"X": false,
"Y": false,
"Z": false
},
"Files": {
"Variables": {
"Symbols": false,
"Numbers": false,
"A": false,
"B": false,
"C": true,
"C": false,
"D": false,
"E": false,
"F": false,
Expand All @@ -49,7 +49,7 @@ var indexSectionsWithContent = {
"O": false,
"P": false,
"Q": false,
"R": false,
"R": true,
"S": false,
"T": false,
"U": false,
Expand Down Expand Up @@ -89,62 +89,62 @@ var indexSectionsWithContent = {
"Y": false,
"Z": false
},
"General": {
"Files": {
"Symbols": false,
"Numbers": false,
"A": true,
"B": true,
"A": false,
"B": false,
"C": true,
"D": true,
"E": true,
"F": true,
"G": true,
"D": false,
"E": false,
"F": false,
"G": false,
"H": false,
"I": true,
"I": false,
"J": false,
"K": false,
"L": false,
"M": true,
"M": false,
"N": false,
"O": false,
"P": true,
"P": false,
"Q": false,
"R": true,
"S": true,
"T": true,
"U": true,
"V": true,
"R": false,
"S": false,
"T": false,
"U": false,
"V": false,
"W": false,
"X": false,
"Y": false,
"Z": false
},
"Classes": {
"General": {
"Symbols": false,
"Numbers": false,
"A": false,
"A": true,
"B": true,
"C": true,
"D": true,
"E": true,
"F": false,
"G": false,
"F": true,
"G": true,
"H": false,
"I": false,
"I": true,
"J": false,
"K": false,
"L": true,
"L": false,
"M": true,
"N": false,
"O": false,
"P": false,
"P": true,
"Q": false,
"R": true,
"S": false,
"T": false,
"U": false,
"S": true,
"T": true,
"U": true,
"V": true,
"W": true,
"W": false,
"X": false,
"Y": false,
"Z": false
Expand Down
4 changes: 2 additions & 2 deletions npm/bbopx/bbopx.js
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ bbopx.minerva.manager = function(barista_location, namespace, user_token,
* Returns:
* n/a
*/
anchor.remove_model_annotation =function(model_id, key, value){
anchor.remove_model_annotation = function(model_id, key, value){

var reqs = new bbopx.minerva.request_set(anchor.user_token(), model_id);
reqs.remove_annotation_from_model(key, value);
Expand Down Expand Up @@ -5125,7 +5125,7 @@ bbopx.noctua.widgets.repaint_info = function(ecore, aid, info_div){
// Try and get a title out of the model.
var mtitle = '???';
var tanns = ecore.get_annotations_by_key('title');
if( tanns && tanns[0] ){ mtitle = tanns[0].value('title'); }
if( tanns && tanns.length == 1 ){ mtitle = tanns[0].value(); }

var str_cache = [
'<dl class="dl-horizontal">',
Expand Down
2 changes: 1 addition & 1 deletion npm/bbopx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbopx",
"version": "0.9.26",
"version": "0.9.27",
"license": "BSD",
"description": "BBOPX JS namespace bundle.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion version-patch.lvl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
27
28

0 comments on commit 4ce9fbc

Please sign in to comment.