Updated Branches: refs/heads/trunk 618a6619a -> 8281195b6
AMBARI-3477 JavaScript errors during service tab changing. (atkach) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/8281195b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/8281195b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/8281195b Branch: refs/heads/trunk Commit: 8281195b6910cc2dddbab69600ef0af833ec88a9 Parents: 618a661 Author: atkach <[email protected]> Authored: Tue Oct 8 12:27:45 2013 +0300 Committer: atkach <[email protected]> Committed: Tue Oct 8 12:27:45 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/8281195b/ambari-web/app/app.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/app.js b/ambari-web/app/app.js index 2dba7a3..2273a42 100644 --- a/ambari-web/app/app.js +++ b/ambari-web/app/app.js @@ -72,7 +72,7 @@ Em.View.reopen({ if(!this.get('isDestroyed') && !this.get('isDestroying')){ this._super(attr, value); } else { - console.error('Calling set on destroyed view'); + console.debug('Calling set on destroyed view'); } } });
