Skip to content

Commit

Permalink
removed dead references
Browse files Browse the repository at this point in the history
  • Loading branch information
Evin Grano committed Nov 30, 2009
1 parent e180b47 commit 920ce61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frameworks/dashboard/tests/views/dashboard/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ var pane = SC.ControlTestPane.design({
col: 1,
colIndex: 0,
content: SC.Object.create({
name: 'Orion',
name: 'Test',
size: {width: 350, height: 400},
value: '/orion'
value: '/test'
})
})//,
// SC.Object.create({
Expand Down
2 changes: 1 addition & 1 deletion frameworks/foundation/views/content_editable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==========================================================================
// Orion.ContentEditableView
// SCUI.ContentEditableView
// ==========================================================================

require('core');
Expand Down
2 changes: 1 addition & 1 deletion lib/test.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<% end -%>
<script type="text/javascript">
/*
Ignore main(). This prevents sproutcore from calling Orion's main
Ignore main(). This prevents sproutcore from calling SCUI's main
*/
main = null;
</script>
Expand Down

0 comments on commit 920ce61

Please sign in to comment.