Skip to content

Commit

Permalink
Eliminate warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Sep 13, 2011
1 parent 6ff722d commit e5e31b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion frameworks/foundation/views/disclosed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// ===========================================================================
// SCUI.DisclosedView
// ===========================================================================
require('core');
/** @class
This is a view that gives you the ability to collapse a containerView with a
Expand Down
2 changes: 0 additions & 2 deletions frameworks/foundation/views/headered_template_collection.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sc_require('views/template_collection');

SCUI.HeaderedTemplateCollectionView = SC.TemplateCollectionView.extend({
groupByPropertyPath: 'header',
headerView: 'SC.TemplateView',
Expand Down

0 comments on commit e5e31b0

Please sign in to comment.