chore(cloudcmd) add strict mode

This commit is contained in:
coderaiser 2014-09-22 07:56:12 -04:00
parent b7fc3dbd6f
commit 84e76dcbd8

View file

@ -1,6 +1,8 @@
var CloudCmd;
(function() {
'use strict';
CloudCmd = load;
function load(prefix) {