@smartface/smartface.emulator
Advanced tools
Comparing version
10
main.js
@@ -33,3 +33,3 @@ define(function(require, exports, module) { | ||
var smfProjectChecker = imports['smf.project.checker']; | ||
var smfUser = imports["smf.user"]; | ||
var smfUser = imports["smf.user"]; | ||
@@ -128,3 +128,7 @@ var isUpdaterInProgress = true; | ||
function() { | ||
smfProjectChecker.show(reportObj); | ||
runEmulator(); | ||
}, { | ||
"yes": "Stop", | ||
"no": "Continue" | ||
}); | ||
@@ -371,3 +375,3 @@ } | ||
user: userMail, | ||
ssl : ('https:' == document.location.protocol) ? '1' : '0' | ||
ssl: ('https:' == document.location.protocol) ? '1' : '0' | ||
}); | ||
@@ -379,2 +383,2 @@ }); | ||
} | ||
}); | ||
}); |
{ | ||
"name": "@smartface/smartface.emulator", | ||
"version": "6.3.1", | ||
"version": "6.3.2", | ||
"description": "Smartface Emulator", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
106949
0.09%399
1.27%