still working to get the tests running in ie... stupid IE

This commit is contained in:
Spencer Alger
2013-12-23 17:31:37 -07:00
parent 2b3734a081
commit a77b2be1f2
7 changed files with 20 additions and 11 deletions

View File

@ -303,7 +303,7 @@ YamlDoc.prototype = {
delete args.catch;
var client = clientManager.get();
var action = Object.keys(args).pop();
var action = _.keys(args).pop();
var clientActionName = _.map(action.split('.'), _.camelCase).join('.');
var clientAction = this.get(clientActionName, client);
var params = _.transform(args[action], function (params, val, name) {