Skip to content

Commit

Permalink
Merge pull request #1374 from dlee/remove_unused_variable
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
tomdale committed Sep 18, 2012
2 parents 1c7cf46 + 85cc66a commit 117655b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-views/lib/views/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ Ember.View = Ember.Object.extend(Ember.Evented,
@property _context
*/
_context: Ember.computed(function(key, value) {
var parentView, controller, context;
var parentView, controller;

if (arguments.length === 2) {
return value;
Expand Down

0 comments on commit 117655b

Please sign in to comment.