mip-sandbox
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -291,7 +291,13 @@ /** | ||
type: TYPE_PROPS, | ||
access: ACCESS_READONLY, | ||
access: ACCESS_READWRITE, | ||
props: [ | ||
// https://github.com/mipengine/mip2/issues/576 | ||
'BMap', | ||
'BMapLib', | ||
'BMapLib' | ||
] | ||
}, | ||
{ | ||
type: TYPE_PROPS, | ||
access: ACCESS_READONLY, | ||
props: [ | ||
// https://github.com/mipengine/mip2/issues/143 | ||
@@ -298,0 +304,0 @@ 'CustomEvent', |
@@ -28,3 +28,3 @@ /** | ||
keywords = keywords || [] | ||
prefix = prefix || 'MIP.sandbox' | ||
prefix = prefix || 'window.MIP.sandbox' | ||
@@ -31,0 +31,0 @@ return detect( |
{ | ||
"name": "mip-sandbox", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "sandbox tools for MIP project", | ||
@@ -5,0 +5,0 @@ "main": "lib/sandbox.js", |
232689
5571