Skip to content

Commit

Permalink
chore(cloudcmd) add strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 22, 2014
1 parent b7fc3db commit 84e76dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/client/cloudcmd.js
@@ -1,6 +1,8 @@
var CloudCmd;

(function() {
'use strict';

CloudCmd = load;

function load(prefix) {
Expand Down

0 comments on commit 84e76dc

Please sign in to comment.