chore(main) "strict mode" -> "use strict"

This commit is contained in:
coderaiser 2013-09-12 12:04:57 +00:00
parent 6198ee129b
commit e0c3be04e7

View file

@ -1,5 +1,5 @@
(function(){
'strict mode';
'use strict';
/* Global var accessible from any loaded module */
global.cloudcmd = {};