Skip to content

Commit

Permalink
Bumps SC to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
publickeating committed Oct 27, 2013
1 parent 1369d6c commit f7ac257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/frameworks/sproutcore
Submodule sproutcore updated 40 files
+24 −1 CHANGELOG.md
+1 −0 frameworks/bootstrap/system/browser.js
+1 −1 frameworks/core_foundation/system/root_responder.js
+1 −2 frameworks/designer/views/designer_drop_target.js
+1 −2 frameworks/designer/views/high_light.js
+1 −2 frameworks/designer/views/page_item_view.js
+1 −2 frameworks/designer/views/selection_handles.js
+4 −3 frameworks/desktop/panes/menu.js
+4 −0 frameworks/desktop/resources/progress.css
+44 −35 frameworks/desktop/system/drag.js
+167 −91 frameworks/desktop/tests/panes/menu/ui.js
+215 −0 frameworks/desktop/tests/views/collection/touch.js
+7 −2 frameworks/desktop/tests/views/grid/drag_and_drop.js
+7 −1 frameworks/desktop/tests/views/list/drag_and_drop.js
+26 −24 frameworks/desktop/tests/views/stacked/ui_comments.js
+9 −18 frameworks/desktop/views/collection.js
+25 −20 frameworks/desktop/views/grid.js
+29 −29 frameworks/desktop/views/list.js
+107 −106 frameworks/desktop/views/menu_item.js
+120 −134 frameworks/desktop/views/menu_scroll.js
+14 −7 frameworks/desktop/views/scroll.js
+2 −1 frameworks/desktop/views/stacked.js
+4 −4 frameworks/foundation/mixins/content_value_support.js
+197 −196 frameworks/foundation/system/module.js
+7 −0 frameworks/foundation/views/inline_text_field.js
+22 −10 frameworks/routing/system/routes.js
+43 −0 frameworks/routing/tests/system/routes.js
+1 −1 frameworks/runtime/core.js
+2 −3 frameworks/runtime/system/object.js
+14 −14 frameworks/runtime/system/run_loop.js
+90 −79 frameworks/statechart/system/statechart.js
+104 −0 frameworks/statechart/tests/event_handling/advanced/event_queuing.js
+3 −0 frameworks/table/views/table.js
+2 −1 frameworks/template_view/handlebars.js
+17 −0 themes/ace/resources/collection/normal/grid.css
+1 −0 themes/ace/resources/menu/menu.css
+ themes/ace/resources/menu/menu.png
+ themes/ace/resources/menu/[email protected]
+2 −2 themes/ace/resources/panel/panel.css
+1 −1 themes/empty_theme/theme.js

0 comments on commit f7ac257

Please sign in to comment.