mb-ace-typescript
Advanced tools
Comparing version 0.34.0 to 0.35.0
@@ -65,7 +65,7 @@ var start=Date.now(); | ||
}, | ||
handleF1MethodHelp:function(url){ | ||
handleF1MethodHelp:function(url,methodDotName){ | ||
if (url) | ||
require('shell').openExternal(url); | ||
else | ||
alert("Mongo online document is not available for this method."); | ||
alert("Mongo online document is not available for the method '"+methodDotName+"'"); | ||
} | ||
@@ -72,0 +72,0 @@ }); |
{ | ||
"name": "mb-ace-typescript", | ||
"version": "0.34.0", | ||
"version": "0.35.0", | ||
"description": "TypeScript and mongodb for ace", | ||
@@ -5,0 +5,0 @@ "main": "./dist/aceTypescript.js", |
Sorry, the diff of this file is too big to display
5934038
102639