unpoly-rails 0.61.0 → 2.0.0.pre.rc3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of unpoly-rails might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/CHANGELOG.md +94 -1
- data/README.md +3 -11
- data/README_RAILS.md +295 -14
- data/dist/unpoly-bootstrap3.css +9 -14
- data/dist/unpoly-bootstrap3.js +4 -18
- data/dist/unpoly-bootstrap3.min.css +1 -1
- data/dist/unpoly-bootstrap3.min.js +1 -1
- data/dist/unpoly-bootstrap4.css +9 -0
- data/dist/unpoly-bootstrap4.js +16 -0
- data/dist/unpoly-bootstrap4.min.css +1 -0
- data/dist/unpoly-bootstrap4.min.js +1 -0
- data/dist/unpoly-bootstrap5.css +9 -0
- data/dist/unpoly-bootstrap5.js +14 -0
- data/dist/unpoly-bootstrap5.min.css +1 -0
- data/dist/unpoly-bootstrap5.min.js +1 -0
- data/dist/unpoly-migrate.js +1213 -0
- data/dist/unpoly-migrate.min.js +1 -0
- data/dist/unpoly.css +109 -140
- data/dist/unpoly.js +15439 -10434
- data/dist/unpoly.min.css +1 -1
- data/dist/unpoly.min.js +6 -4
- data/lib/unpoly-rails.rb +9 -3
- data/lib/unpoly/rails/change.rb +372 -0
- data/lib/unpoly/rails/change/cache.rb +26 -0
- data/lib/unpoly/rails/change/context.rb +80 -0
- data/lib/unpoly/rails/change/field.rb +117 -0
- data/lib/unpoly/rails/change/field_definition.rb +74 -0
- data/lib/unpoly/rails/change/layer.rb +60 -0
- data/lib/unpoly/rails/controller.rb +47 -0
- data/lib/unpoly/rails/error.rb +5 -0
- data/lib/unpoly/rails/request_echo_headers.rb +2 -2
- data/lib/unpoly/rails/version.rb +1 -1
- data/lib/unpoly/tasks.rb +45 -0
- metadata +43 -314
- data/.gitignore +0 -10
- data/.ruby-version +0 -2
- data/Gemfile +0 -8
- data/Gemfile.lock +0 -45
- data/Rakefile +0 -144
- data/bower.json +0 -27
- data/design/animation-ghosting.txt +0 -72
- data/design/design.txt +0 -34
- data/design/draft.html.erb +0 -48
- data/design/draft.rb +0 -9
- data/design/es6.js +0 -32
- data/design/ghost-debugging.txt +0 -118
- data/design/homepage.txt +0 -236
- data/design/ie11.txt +0 -9
- data/design/measure_import_node.js +0 -330
- data/design/measure_jquery/element_list.js +0 -41
- data/design/measure_jquery/up.on_vs_addEventListener.js +0 -56
- data/design/positioning.txt +0 -28
- data/design/query-params-in-form-actions/cases.html +0 -125
- data/design/rename.txt +0 -0
- data/design/test_rejected_promise.txt +0 -5
- data/design/unpoly errors.txt +0 -19
- data/lib/assets/javascripts/unpoly-bootstrap3.coffee +0 -2
- data/lib/assets/javascripts/unpoly-bootstrap3/feedback-ext.coffee +0 -5
- data/lib/assets/javascripts/unpoly-bootstrap3/form-ext.coffee +0 -1
- data/lib/assets/javascripts/unpoly-bootstrap3/modal-ext.coffee +0 -14
- data/lib/assets/javascripts/unpoly-bootstrap3/viewport-ext.coffee +0 -5
- data/lib/assets/javascripts/unpoly.coffee +0 -28
- data/lib/assets/javascripts/unpoly/browser.coffee.erb +0 -236
- data/lib/assets/javascripts/unpoly/classes/body_shifter.coffee +0 -36
- data/lib/assets/javascripts/unpoly/classes/cache.coffee +0 -127
- data/lib/assets/javascripts/unpoly/classes/compile_pass.coffee +0 -93
- data/lib/assets/javascripts/unpoly/classes/config.coffee +0 -9
- data/lib/assets/javascripts/unpoly/classes/css_transition.coffee +0 -118
- data/lib/assets/javascripts/unpoly/classes/divertible_chain.coffee +0 -39
- data/lib/assets/javascripts/unpoly/classes/event_listener.coffee +0 -116
- data/lib/assets/javascripts/unpoly/classes/extract_cascade.coffee +0 -86
- data/lib/assets/javascripts/unpoly/classes/extract_plan.coffee +0 -111
- data/lib/assets/javascripts/unpoly/classes/field_observer.coffee +0 -80
- data/lib/assets/javascripts/unpoly/classes/focus_follower.coffee +0 -29
- data/lib/assets/javascripts/unpoly/classes/follow_variant.coffee +0 -56
- data/lib/assets/javascripts/unpoly/classes/html_parser.coffee +0 -46
- data/lib/assets/javascripts/unpoly/classes/motion_controller.coffee +0 -157
- data/lib/assets/javascripts/unpoly/classes/params.coffee.erb +0 -543
- data/lib/assets/javascripts/unpoly/classes/record.coffee +0 -22
- data/lib/assets/javascripts/unpoly/classes/rect.js +0 -21
- data/lib/assets/javascripts/unpoly/classes/request.coffee +0 -246
- data/lib/assets/javascripts/unpoly/classes/response.coffee +0 -157
- data/lib/assets/javascripts/unpoly/classes/reveal_motion.coffee +0 -102
- data/lib/assets/javascripts/unpoly/classes/scroll_motion.coffee +0 -67
- data/lib/assets/javascripts/unpoly/classes/selector.coffee +0 -60
- data/lib/assets/javascripts/unpoly/classes/store/memory.coffee +0 -26
- data/lib/assets/javascripts/unpoly/classes/store/session.coffee +0 -59
- data/lib/assets/javascripts/unpoly/classes/tether.coffee +0 -105
- data/lib/assets/javascripts/unpoly/classes/url_set.coffee +0 -32
- data/lib/assets/javascripts/unpoly/cookie.coffee +0 -56
- data/lib/assets/javascripts/unpoly/element.coffee.erb +0 -1126
- data/lib/assets/javascripts/unpoly/event.coffee.erb +0 -438
- data/lib/assets/javascripts/unpoly/feedback.coffee +0 -353
- data/lib/assets/javascripts/unpoly/form.coffee.erb +0 -1032
- data/lib/assets/javascripts/unpoly/fragment.coffee.erb +0 -924
- data/lib/assets/javascripts/unpoly/framework.coffee +0 -67
- data/lib/assets/javascripts/unpoly/history.coffee +0 -268
- data/lib/assets/javascripts/unpoly/legacy.coffee +0 -60
- data/lib/assets/javascripts/unpoly/link.coffee.erb +0 -622
- data/lib/assets/javascripts/unpoly/log.coffee +0 -248
- data/lib/assets/javascripts/unpoly/modal.coffee.erb +0 -825
- data/lib/assets/javascripts/unpoly/motion.coffee.erb +0 -668
- data/lib/assets/javascripts/unpoly/namespace.coffee.erb +0 -5
- data/lib/assets/javascripts/unpoly/popup.coffee.erb +0 -515
- data/lib/assets/javascripts/unpoly/protocol.coffee +0 -298
- data/lib/assets/javascripts/unpoly/proxy.coffee +0 -672
- data/lib/assets/javascripts/unpoly/radio.coffee +0 -60
- data/lib/assets/javascripts/unpoly/rails.coffee +0 -24
- data/lib/assets/javascripts/unpoly/syntax.coffee.erb +0 -477
- data/lib/assets/javascripts/unpoly/toast.coffee +0 -67
- data/lib/assets/javascripts/unpoly/tooltip.coffee +0 -276
- data/lib/assets/javascripts/unpoly/util.coffee.erb +0 -1676
- data/lib/assets/javascripts/unpoly/viewport.coffee.erb +0 -806
- data/lib/assets/stylesheets/unpoly-bootstrap3.sass +0 -1
- data/lib/assets/stylesheets/unpoly-bootstrap3/modal-ext.sass +0 -27
- data/lib/assets/stylesheets/unpoly.sass +0 -1
- data/lib/assets/stylesheets/unpoly/close.sass +0 -2
- data/lib/assets/stylesheets/unpoly/dom.sass +0 -5
- data/lib/assets/stylesheets/unpoly/layout.sass +0 -2
- data/lib/assets/stylesheets/unpoly/link.sass +0 -2
- data/lib/assets/stylesheets/unpoly/modal.sass +0 -116
- data/lib/assets/stylesheets/unpoly/popup.sass +0 -7
- data/lib/assets/stylesheets/unpoly/toast.sass +0 -33
- data/lib/assets/stylesheets/unpoly/tooltip.sass +0 -62
- data/lib/unpoly/rails/inspector.rb +0 -149
- data/lib/unpoly/rails/inspector_accessor.rb +0 -30
- data/package.json +0 -38
- data/spec_app/.firefox-version +0 -1
- data/spec_app/.gitignore +0 -17
- data/spec_app/.rspec +0 -2
- data/spec_app/Gemfile +0 -32
- data/spec_app/Gemfile.lock +0 -233
- data/spec_app/README.rdoc +0 -28
- data/spec_app/Rakefile +0 -6
- data/spec_app/app/assets/images/.keep +0 -0
- data/spec_app/app/assets/images/favicon.png +0 -0
- data/spec_app/app/assets/images/grid.png +0 -0
- data/spec_app/app/assets/javascripts/bootstrap_manifest.coffee +0 -6
- data/spec_app/app/assets/javascripts/integration_test.coffee +0 -6
- data/spec_app/app/assets/javascripts/jasmine_specs.coffee +0 -6
- data/spec_app/app/assets/stylesheets/_helpers.sass +0 -5
- data/spec_app/app/assets/stylesheets/bootstrap_manifest.sass +0 -2
- data/spec_app/app/assets/stylesheets/integration_test.sass +0 -88
- data/spec_app/app/assets/stylesheets/jasmine_specs.sass +0 -20
- data/spec_app/app/controllers/application_controller.rb +0 -14
- data/spec_app/app/controllers/binding_test_controller.rb +0 -51
- data/spec_app/app/controllers/compiler_test_controller.rb +0 -5
- data/spec_app/app/controllers/css_test_controller.rb +0 -5
- data/spec_app/app/controllers/error_test_controller.rb +0 -5
- data/spec_app/app/controllers/form_test/basics_controller.rb +0 -14
- data/spec_app/app/controllers/form_test/redirects_controller.rb +0 -17
- data/spec_app/app/controllers/form_test/uploads_controller.rb +0 -15
- data/spec_app/app/controllers/hash_test_controller.rb +0 -5
- data/spec_app/app/controllers/method_test_controller.rb +0 -16
- data/spec_app/app/controllers/motion_test_controller.rb +0 -5
- data/spec_app/app/controllers/pages_controller.rb +0 -9
- data/spec_app/app/controllers/replace_test_controller.rb +0 -5
- data/spec_app/app/controllers/reveal_test_controller.rb +0 -5
- data/spec_app/app/controllers/scroll_test_controller.rb +0 -5
- data/spec_app/app/helpers/application_helper.rb +0 -2
- data/spec_app/app/mailers/.keep +0 -0
- data/spec_app/app/models/concerns/.keep +0 -0
- data/spec_app/app/views/compiler_test/timestamp.erb +0 -9
- data/spec_app/app/views/css_test/modal.erb +0 -47
- data/spec_app/app/views/css_test/modal_contents.erb +0 -5
- data/spec_app/app/views/css_test/modal_contents_wide.erb +0 -5
- data/spec_app/app/views/css_test/popup.erb +0 -81
- data/spec_app/app/views/css_test/popup_contents.erb +0 -5
- data/spec_app/app/views/css_test/tooltip.erb +0 -48
- data/spec_app/app/views/error_test/trigger.erb +0 -80
- data/spec_app/app/views/error_test/unexpected_response.erb +0 -3
- data/spec_app/app/views/form_test/basics/new.erb +0 -60
- data/spec_app/app/views/form_test/redirects/new.erb +0 -27
- data/spec_app/app/views/form_test/redirects/target.erb +0 -4
- data/spec_app/app/views/form_test/submission_result.erb +0 -30
- data/spec_app/app/views/form_test/uploads/new.erb +0 -44
- data/spec_app/app/views/hash_test/unpoly.erb +0 -30
- data/spec_app/app/views/hash_test/vanilla.erb +0 -13
- data/spec_app/app/views/layouts/integration_test.erb +0 -22
- data/spec_app/app/views/layouts/jasmine_rails/spec_runner.html.erb +0 -20
- data/spec_app/app/views/method_test/form_target.erb +0 -17
- data/spec_app/app/views/method_test/page1.erb +0 -11
- data/spec_app/app/views/method_test/page2.erb +0 -6
- data/spec_app/app/views/motion_test/animations.erb +0 -16
- data/spec_app/app/views/motion_test/transitions.erb +0 -13
- data/spec_app/app/views/pages/start.erb +0 -79
- data/spec_app/app/views/replace_test/_nav.erb +0 -6
- data/spec_app/app/views/replace_test/page1.erb +0 -14
- data/spec_app/app/views/replace_test/page2.erb +0 -14
- data/spec_app/app/views/replace_test/table.erb +0 -16
- data/spec_app/app/views/reveal_test/long1.erb +0 -17
- data/spec_app/app/views/reveal_test/long2.erb +0 -17
- data/spec_app/app/views/reveal_test/within_document_viewport.erb +0 -24
- data/spec_app/app/views/reveal_test/within_overflowing_div_viewport.erb +0 -28
- data/spec_app/app/views/scroll_test/long1.erb +0 -30
- data/spec_app/bin/bundle +0 -3
- data/spec_app/bin/rails +0 -8
- data/spec_app/bin/rake +0 -8
- data/spec_app/bin/setup +0 -29
- data/spec_app/bin/spring +0 -18
- data/spec_app/config.ru +0 -4
- data/spec_app/config/application.rb +0 -28
- data/spec_app/config/boot.rb +0 -3
- data/spec_app/config/database.yml +0 -25
- data/spec_app/config/environment.rb +0 -5
- data/spec_app/config/environments/development.rb +0 -41
- data/spec_app/config/environments/production.rb +0 -79
- data/spec_app/config/environments/test.rb +0 -42
- data/spec_app/config/initializers/assets.rb +0 -19
- data/spec_app/config/initializers/backtrace_silencers.rb +0 -7
- data/spec_app/config/initializers/bower_rails.rb +0 -16
- data/spec_app/config/initializers/cookies_serializer.rb +0 -3
- data/spec_app/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec_app/config/initializers/inflections.rb +0 -16
- data/spec_app/config/initializers/mime_types.rb +0 -4
- data/spec_app/config/initializers/session_store.rb +0 -3
- data/spec_app/config/initializers/wrap_parameters.rb +0 -14
- data/spec_app/config/locales/en.yml +0 -23
- data/spec_app/config/routes.rb +0 -30
- data/spec_app/config/secrets.yml +0 -22
- data/spec_app/db/schema.rb +0 -23
- data/spec_app/db/seeds.rb +0 -7
- data/spec_app/lib/assets/.keep +0 -0
- data/spec_app/lib/tasks/.keep +0 -0
- data/spec_app/lib/tasks/cucumber.rake +0 -65
- data/spec_app/log/.keep +0 -0
- data/spec_app/public/404.html +0 -67
- data/spec_app/public/422.html +0 -67
- data/spec_app/public/500.html +0 -66
- data/spec_app/public/favicon.ico +0 -0
- data/spec_app/public/robots.txt +0 -5
- data/spec_app/script/cucumber +0 -10
- data/spec_app/spec/controllers/binding_test_controller_spec.rb +0 -248
- data/spec_app/spec/javascripts/helpers/agent_detector.coffee +0 -20
- data/spec_app/spec/javascripts/helpers/async_sequence.js.coffee +0 -103
- data/spec_app/spec/javascripts/helpers/browser_switches.js.coffee +0 -21
- data/spec_app/spec/javascripts/helpers/enable_logging.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/fixture.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/index.js.coffee +0 -1
- data/spec_app/spec/javascripts/helpers/jquery_no_conflict.js +0 -1
- data/spec_app/spec/javascripts/helpers/knife.js.coffee +0 -69
- data/spec_app/spec/javascripts/helpers/last_request.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/mock_ajax.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/mock_clock.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/parse_form_data.js.coffee +0 -24
- data/spec_app/spec/javascripts/helpers/promise_state.js +0 -18
- data/spec_app/spec/javascripts/helpers/protect_jasmine_runner.coffee +0 -12
- data/spec_app/spec/javascripts/helpers/remove_body_margin.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/reset_history.js.coffee +0 -23
- data/spec_app/spec/javascripts/helpers/reset_knife.js.coffee +0 -2
- data/spec_app/spec/javascripts/helpers/reset_up.js.coffee +0 -25
- data/spec_app/spec/javascripts/helpers/restore_body_scroll.js.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/show_lib_versions.coffee +0 -12
- data/spec_app/spec/javascripts/helpers/spec_util.coffee +0 -47
- data/spec_app/spec/javascripts/helpers/to_be_around.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_array.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/to_be_attached.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_be_blank.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_detached.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_be_element.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_error.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_given.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_hidden.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_jquery.js.coffee +0 -5
- data/spec_app/spec/javascripts/helpers/to_be_missing.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_present.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_be_scrolled_to.coffee +0 -11
- data/spec_app/spec/javascripts/helpers/to_be_visible.js.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_contain.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_end_with.js.coffee +0 -11
- data/spec_app/spec/javascripts/helpers/to_equal_jquery.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_equal_node_list.coffee +0 -7
- data/spec_app/spec/javascripts/helpers/to_equal_via_is_equal.js.coffee +0 -7
- data/spec_app/spec/javascripts/helpers/to_have_class.js.coffee +0 -10
- data/spec_app/spec/javascripts/helpers/to_have_descendant.js.coffee +0 -10
- data/spec_app/spec/javascripts/helpers/to_have_length.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_have_opacity.coffee +0 -15
- data/spec_app/spec/javascripts/helpers/to_have_own_property.js.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_have_request_method.js.coffee +0 -16
- data/spec_app/spec/javascripts/helpers/to_have_text.js.coffee +0 -9
- data/spec_app/spec/javascripts/helpers/to_have_unhandled_rejections.coffee +0 -18
- data/spec_app/spec/javascripts/helpers/to_match_list.coffee +0 -14
- data/spec_app/spec/javascripts/helpers/to_match_selector.coffee +0 -8
- data/spec_app/spec/javascripts/helpers/to_match_text.js.coffee +0 -13
- data/spec_app/spec/javascripts/helpers/to_match_url.coffee +0 -14
- data/spec_app/spec/javascripts/helpers/trigger.js.coffee +0 -200
- data/spec_app/spec/javascripts/helpers/wait_until_dom_ready.js.coffee +0 -5
- data/spec_app/spec/javascripts/support/jasmine.yml +0 -51
- data/spec_app/spec/javascripts/up/browser_spec.js.coffee +0 -150
- data/spec_app/spec/javascripts/up/classes/cache_spec.js.coffee +0 -82
- data/spec_app/spec/javascripts/up/classes/config_spec.coffee +0 -24
- data/spec_app/spec/javascripts/up/classes/divertible_chain_spec.coffee +0 -45
- data/spec_app/spec/javascripts/up/classes/focus_tracker_spec.coffee +0 -34
- data/spec_app/spec/javascripts/up/classes/params_spec.coffee +0 -557
- data/spec_app/spec/javascripts/up/classes/request_spec.coffee +0 -50
- data/spec_app/spec/javascripts/up/classes/scroll_motion_spec.js.coffee +0 -51
- data/spec_app/spec/javascripts/up/classes/store/memory_spec.js.coffee +0 -70
- data/spec_app/spec/javascripts/up/classes/store/session_spec.js.coffee +0 -114
- data/spec_app/spec/javascripts/up/element_spec.coffee +0 -897
- data/spec_app/spec/javascripts/up/event_spec.js.coffee +0 -530
- data/spec_app/spec/javascripts/up/feedback_spec.js.coffee +0 -401
- data/spec_app/spec/javascripts/up/form_spec.js.coffee +0 -1488
- data/spec_app/spec/javascripts/up/fragment_spec.js.coffee +0 -2589
- data/spec_app/spec/javascripts/up/history_spec.js.coffee +0 -340
- data/spec_app/spec/javascripts/up/jquery_spec.js.coffee +0 -4
- data/spec_app/spec/javascripts/up/legacy_spec.js.coffee +0 -27
- data/spec_app/spec/javascripts/up/link_spec.js.coffee +0 -1093
- data/spec_app/spec/javascripts/up/log_spec.js.coffee +0 -119
- data/spec_app/spec/javascripts/up/modal_spec.js.coffee +0 -917
- data/spec_app/spec/javascripts/up/motion_spec.js.coffee +0 -582
- data/spec_app/spec/javascripts/up/popup_spec.js.coffee +0 -507
- data/spec_app/spec/javascripts/up/protocol_spec.js.coffee +0 -39
- data/spec_app/spec/javascripts/up/proxy_spec.js.coffee +0 -1137
- data/spec_app/spec/javascripts/up/radio_spec.js.coffee +0 -212
- data/spec_app/spec/javascripts/up/rails_spec.js.coffee +0 -118
- data/spec_app/spec/javascripts/up/spec_spec.js.coffee +0 -9
- data/spec_app/spec/javascripts/up/syntax_spec.js.coffee +0 -304
- data/spec_app/spec/javascripts/up/toast_spec.js.coffee +0 -37
- data/spec_app/spec/javascripts/up/tooltip_spec.js.coffee +0 -163
- data/spec_app/spec/javascripts/up/util_spec.js.coffee +0 -1420
- data/spec_app/spec/javascripts/up/viewport_spec.js.coffee +0 -655
- data/spec_app/spec/spec_helper.rb +0 -62
- data/spec_app/test/controllers/.keep +0 -0
- data/spec_app/test/fixtures/.keep +0 -0
- data/spec_app/test/helpers/.keep +0 -0
- data/spec_app/test/integration/.keep +0 -0
- data/spec_app/test/mailers/.keep +0 -0
- data/spec_app/test/models/.keep +0 -0
- data/spec_app/test/test_helper.rb +0 -10
- data/spec_app/vendor/asset-libs/es6-promise-4.1.6/es6-promise.auto.js +0 -1159
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.bower.json +0 -43
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.gitignore +0 -6
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.npmignore +0 -10
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.pairs +0 -6
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/.travis.yml +0 -56
- data/spec_app/vendor/asset-libs/jasmine-ajax-3.3.1/jasmine-ajax.js +0 -790
- data/spec_app/vendor/assets/.keep +0 -0
- data/unpoly-rails.gemspec +0 -24
@@ -1,36 +0,0 @@
|
|
1
|
-
e = up.element
|
2
|
-
|
3
|
-
# Gives `<body>` a right padding in the width of a scrollbar.
|
4
|
-
# Also gives elements anchored to the right side of the screen
|
5
|
-
# an increased `right`.
|
6
|
-
#
|
7
|
-
# This is to prevent the body and elements from jumping when we add the
|
8
|
-
# modal overlay, which has its own scroll bar.
|
9
|
-
# This is screwed up, but Bootstrap does the same.
|
10
|
-
class up.BodyShifter
|
11
|
-
|
12
|
-
constructor: ->
|
13
|
-
@unshiftFns = []
|
14
|
-
|
15
|
-
shift: ->
|
16
|
-
return unless up.viewport.rootHasVerticalScrollbar()
|
17
|
-
|
18
|
-
body = document.body
|
19
|
-
overflowElement = up.viewport.rootOverflowElement()
|
20
|
-
|
21
|
-
scrollbarWidth = up.viewport.scrollbarWidth()
|
22
|
-
|
23
|
-
bodyRightPadding = e.styleNumber(body, 'paddingRight')
|
24
|
-
bodyRightShift = scrollbarWidth + bodyRightPadding
|
25
|
-
|
26
|
-
@unshiftFns.push e.setTemporaryStyle(body, paddingRight: bodyRightShift)
|
27
|
-
@unshiftFns.push e.setTemporaryStyle(overflowElement, overflowY: 'hidden')
|
28
|
-
|
29
|
-
for anchor in up.viewport.anchoredRight()
|
30
|
-
elementRight = e.styleNumber(anchor, 'right')
|
31
|
-
elementRightShift = scrollbarWidth + elementRight
|
32
|
-
@unshiftFns.push e.setTemporaryStyle(anchor, right: elementRightShift)
|
33
|
-
|
34
|
-
unshift: ->
|
35
|
-
while unshiftFn = @unshiftFns.pop()
|
36
|
-
unshiftFn()
|
@@ -1,127 +0,0 @@
|
|
1
|
-
u = up.util
|
2
|
-
|
3
|
-
###**
|
4
|
-
@class up.Cache
|
5
|
-
@internal
|
6
|
-
###
|
7
|
-
class up.Cache
|
8
|
-
|
9
|
-
###**
|
10
|
-
@constructor
|
11
|
-
@param {number|Function(): number} [config.size]
|
12
|
-
Maximum number of cache entries.
|
13
|
-
Set to `undefined` to not limit the cache size.
|
14
|
-
@param {number|Function(): number} [config.expiry]
|
15
|
-
The number of milliseconds after which a cache entry
|
16
|
-
will be discarded.
|
17
|
-
@param {string} [config.logPrefix]
|
18
|
-
A prefix for log entries printed by this cache object.
|
19
|
-
@param {Function(entry): string} [config.key]
|
20
|
-
A function that takes an argument and returns a string key
|
21
|
-
for storage. If omitted, `toString()` is called on the argument.
|
22
|
-
@param {Function(entry): boolean} [config.cachable]
|
23
|
-
A function that takes a potential cache entry and returns whether
|
24
|
-
this entry can be stored in the hash. If omitted, all entries are considered
|
25
|
-
cachable.
|
26
|
-
###
|
27
|
-
constructor: (@config = {}) ->
|
28
|
-
@store = @config.store || new up.store.Memory()
|
29
|
-
|
30
|
-
maxKeys: =>
|
31
|
-
u.evalOption(@config.size)
|
32
|
-
|
33
|
-
expiryMillis: =>
|
34
|
-
u.evalOption(@config.expiry)
|
35
|
-
|
36
|
-
normalizeStoreKey: (key) =>
|
37
|
-
if @config.key
|
38
|
-
@config.key(key)
|
39
|
-
else
|
40
|
-
key.toString()
|
41
|
-
|
42
|
-
isEnabled: =>
|
43
|
-
@maxKeys() isnt 0 && @expiryMillis() isnt 0
|
44
|
-
|
45
|
-
isCachable: (key) =>
|
46
|
-
if @config.cachable
|
47
|
-
@config.cachable(key)
|
48
|
-
else
|
49
|
-
true
|
50
|
-
|
51
|
-
clear: =>
|
52
|
-
@store.clear()
|
53
|
-
|
54
|
-
log: (args...) =>
|
55
|
-
if @config.logPrefix
|
56
|
-
args[0] = "[#{@config.logPrefix}] #{args[0]}"
|
57
|
-
up.puts(args...)
|
58
|
-
|
59
|
-
keys: =>
|
60
|
-
@store.keys()
|
61
|
-
|
62
|
-
makeRoomForAnotherKey: =>
|
63
|
-
storeKeys = u.copy(@keys())
|
64
|
-
max = @maxKeys()
|
65
|
-
if max && storeKeys.length >= max
|
66
|
-
oldestKey = undefined
|
67
|
-
oldestTimestamp = undefined
|
68
|
-
u.each storeKeys, (key) =>
|
69
|
-
entry = @store.get(key) # we don't need to call cacheKey here
|
70
|
-
timestamp = entry.timestamp
|
71
|
-
if !oldestTimestamp || oldestTimestamp > timestamp
|
72
|
-
oldestKey = key
|
73
|
-
oldestTimestamp = timestamp
|
74
|
-
@store.remove(oldestKey) if oldestKey
|
75
|
-
|
76
|
-
alias: (oldKey, newKey) =>
|
77
|
-
value = @get(oldKey, silent: true)
|
78
|
-
if u.isDefined(value)
|
79
|
-
@set(newKey, value)
|
80
|
-
|
81
|
-
timestamp: =>
|
82
|
-
(new Date()).valueOf()
|
83
|
-
|
84
|
-
set: (key, value) =>
|
85
|
-
if @isEnabled() && @isCachable(key)
|
86
|
-
@makeRoomForAnotherKey()
|
87
|
-
storeKey = @normalizeStoreKey(key)
|
88
|
-
@log("Setting entry %o to %o", storeKey, value)
|
89
|
-
timestampedValue =
|
90
|
-
timestamp: @timestamp()
|
91
|
-
value: value
|
92
|
-
@store.set(storeKey, timestampedValue)
|
93
|
-
|
94
|
-
remove: (key) =>
|
95
|
-
if @isCachable(key)
|
96
|
-
storeKey = @normalizeStoreKey(key)
|
97
|
-
@store.remove(storeKey)
|
98
|
-
|
99
|
-
isFresh: (entry) =>
|
100
|
-
millis = @expiryMillis()
|
101
|
-
if millis
|
102
|
-
timeSinceTouch = @timestamp() - entry.timestamp
|
103
|
-
timeSinceTouch < millis
|
104
|
-
else
|
105
|
-
true
|
106
|
-
|
107
|
-
get: (key, options = {}) =>
|
108
|
-
if @isCachable(key) && (entry = @store.get(@normalizeStoreKey(key)))
|
109
|
-
if @isFresh(entry)
|
110
|
-
@log("Cache hit for '%s'", key) unless options.silent
|
111
|
-
entry.value
|
112
|
-
else
|
113
|
-
@log("Discarding stale cache entry for '%s'", key) unless options.silent
|
114
|
-
@remove(key)
|
115
|
-
undefined
|
116
|
-
else
|
117
|
-
@log("Cache miss for '%s'", key) unless options.silent
|
118
|
-
undefined
|
119
|
-
|
120
|
-
# first: (keyOrKeys) =>
|
121
|
-
# @all(keyOrKeys)[0]
|
122
|
-
#
|
123
|
-
# all: (keys = @keys()) =>
|
124
|
-
# keys = u.wrapArray(keys)
|
125
|
-
# matches = u.map keys, (key) =>
|
126
|
-
# @get(key)
|
127
|
-
# u.filter(matches, u.isPresent)
|
@@ -1,93 +0,0 @@
|
|
1
|
-
#= require ./record
|
2
|
-
|
3
|
-
u = up.util
|
4
|
-
e = up.element
|
5
|
-
|
6
|
-
class up.CompilePass
|
7
|
-
|
8
|
-
constructor: (@root, @compilers, options = {}) ->
|
9
|
-
# Exclude all elements that are descendants of the subtrees we want to keep.
|
10
|
-
# The exclusion process is very expensive (in one case compiling 100 slements
|
11
|
-
# took 1.5s because of this). That's why we only do it if (1) options.skipSubtrees
|
12
|
-
# was given and (2) there is an [up-keep] element in root.
|
13
|
-
@skipSubtrees = options.skip
|
14
|
-
unless @skipSubtrees.length && @root.querySelector('[up-keep]')
|
15
|
-
@skipSubtrees = undefined
|
16
|
-
|
17
|
-
compile: ->
|
18
|
-
up.log.group "Compiling fragment %o", @root, =>
|
19
|
-
for compiler in @compilers
|
20
|
-
@runCompiler(compiler)
|
21
|
-
|
22
|
-
runCompiler: (compiler) ->
|
23
|
-
matches = @select(compiler.selector)
|
24
|
-
return unless matches.length
|
25
|
-
|
26
|
-
up.log.group ("Compiling '%s' on %d element(s)" unless compiler.isDefault), compiler.selector, matches.length, =>
|
27
|
-
if compiler.batch
|
28
|
-
@compileBatch(compiler, matches)
|
29
|
-
else
|
30
|
-
for match in matches
|
31
|
-
@compileOneElement(compiler, match)
|
32
|
-
|
33
|
-
# up.compiler() has a legacy { keep } option that will automatically
|
34
|
-
# set [up-keep] on the elements it compiles
|
35
|
-
if keepValue = compiler.keep
|
36
|
-
value = if u.isString(keepValue) then keepValue else ''
|
37
|
-
for match in matches
|
38
|
-
match.setAttribute('up-keep', value)
|
39
|
-
|
40
|
-
compileOneElement: (compiler, element) ->
|
41
|
-
elementArg = if compiler.jQuery then up.browser.jQuery(element) else element
|
42
|
-
compileArgs = [elementArg]
|
43
|
-
# Do not retrieve and parse [up-data] unless the compiler function
|
44
|
-
# expects a second argument. Note that we must pass data for an argument
|
45
|
-
# count of 0, since then the function might take varargs.
|
46
|
-
unless compiler.length == 1
|
47
|
-
data = up.syntax.data(element)
|
48
|
-
compileArgs.push(data)
|
49
|
-
|
50
|
-
result = compiler.apply(element, compileArgs)
|
51
|
-
|
52
|
-
if destructorOrDestructors = @destructorPresence(result)
|
53
|
-
up.destructor(element, destructorOrDestructors)
|
54
|
-
|
55
|
-
compileBatch: (compiler, elements) ->
|
56
|
-
elementsArgs = if compiler.jQuery then up.browser.jQuery(elements) else elements
|
57
|
-
compileArgs = [elementsArgs]
|
58
|
-
# Do not retrieve and parse [up-data] unless the compiler function
|
59
|
-
# expects a second argument. Note that we must pass data for an argument
|
60
|
-
# count of 0, since then the function might take varargs.
|
61
|
-
unless compiler.length == 1
|
62
|
-
dataList = u.map(elements, up.syntax.data)
|
63
|
-
compileArgs.push(dataList)
|
64
|
-
|
65
|
-
result = compiler.apply(elements, compileArgs)
|
66
|
-
|
67
|
-
if @destructorPresence(result)
|
68
|
-
up.fail('Compilers with { batch: true } cannot return destructors')
|
69
|
-
|
70
|
-
destructorPresence: (result) ->
|
71
|
-
# Check if the result value looks like a destructor to filter out
|
72
|
-
# unwanted implicit returns in CoffeeScript.
|
73
|
-
if u.isFunction(result) || u.isArray(result) && (u.every(result, u.isFunction))
|
74
|
-
result
|
75
|
-
|
76
|
-
select: (selector) ->
|
77
|
-
if u.isFunction(selector)
|
78
|
-
selector = selector()
|
79
|
-
|
80
|
-
matches = e.subtree(@root, selector)
|
81
|
-
if @skipSubtrees
|
82
|
-
matches = u.reject(matches, @isInSkippedSubtree)
|
83
|
-
|
84
|
-
matches
|
85
|
-
|
86
|
-
isInSkippedSubtree: (element) =>
|
87
|
-
if u.contains(@skipSubtrees, element)
|
88
|
-
true
|
89
|
-
else if parent = element.parentElement
|
90
|
-
@isInSkippedSubtree(parent)
|
91
|
-
else
|
92
|
-
false
|
93
|
-
|
@@ -1,118 +0,0 @@
|
|
1
|
-
u = up.util
|
2
|
-
e = up.element
|
3
|
-
|
4
|
-
class up.CssTransition
|
5
|
-
|
6
|
-
constructor: (@element, @lastFrameKebab, options) ->
|
7
|
-
@lastFrameKeysKebab = Object.keys(@lastFrameKebab)
|
8
|
-
if u.some(@lastFrameKeysKebab, (key) -> key.match(/A-Z/))
|
9
|
-
up.fail('Animation keys must be kebab-case')
|
10
|
-
@finishEvent = options.finishEvent
|
11
|
-
@duration = options.duration
|
12
|
-
@delay = options.delay
|
13
|
-
@totalDuration = @delay + @duration
|
14
|
-
@easing = options.easing
|
15
|
-
@finished = false
|
16
|
-
|
17
|
-
start: =>
|
18
|
-
if @lastFrameKeysKebab.length == 0
|
19
|
-
@finished = true
|
20
|
-
# If we have nothing to animate, we will never get a transitionEnd event
|
21
|
-
# and the returned promise will never resolve.
|
22
|
-
return Promise.resolve()
|
23
|
-
|
24
|
-
@deferred = u.newDeferred()
|
25
|
-
@pauseOldTransition()
|
26
|
-
@startTime = new Date()
|
27
|
-
@startFallbackTimer()
|
28
|
-
@listenToFinishEvent()
|
29
|
-
@listenToTransitionEnd()
|
30
|
-
|
31
|
-
@startMotion()
|
32
|
-
|
33
|
-
return @deferred.promise()
|
34
|
-
|
35
|
-
listenToFinishEvent: =>
|
36
|
-
if @finishEvent
|
37
|
-
@stopListenToFinishEvent = @element.addEventListener(@finishEvent, @onFinishEvent)
|
38
|
-
|
39
|
-
onFinishEvent: (event) =>
|
40
|
-
# don't waste time letting the event bubble up the DOM
|
41
|
-
event.stopPropagation()
|
42
|
-
@finish()
|
43
|
-
|
44
|
-
startFallbackTimer: =>
|
45
|
-
timingTolerance = 100
|
46
|
-
@fallbackTimer = u.timer (@totalDuration + timingTolerance), =>
|
47
|
-
@finish()
|
48
|
-
|
49
|
-
stopFallbackTimer: =>
|
50
|
-
clearTimeout(@fallbackTimer)
|
51
|
-
|
52
|
-
listenToTransitionEnd: =>
|
53
|
-
@stopListenToTransitionEnd = up.on(@element, 'transitionend', @onTransitionEnd)
|
54
|
-
|
55
|
-
onTransitionEnd: (event) =>
|
56
|
-
# Check if the transitionend event was caused by our own transition,
|
57
|
-
# and not by some other transition that happens to affect this element.
|
58
|
-
return unless event.target == @element
|
59
|
-
|
60
|
-
# Check if we are receiving a late transitionEnd event
|
61
|
-
# from a previous CSS transition.
|
62
|
-
elapsed = new Date() - @startTime
|
63
|
-
return unless elapsed > 0.25 * @totalDuration
|
64
|
-
|
65
|
-
completedPropertyKebab = event.propertyName
|
66
|
-
return unless u.contains(@lastFrameKeysKebab, completedPropertyKebab)
|
67
|
-
|
68
|
-
@finish()
|
69
|
-
|
70
|
-
finish: =>
|
71
|
-
# Make sure that any queued events won't finish multiple times.
|
72
|
-
return if @finished
|
73
|
-
@finished = true
|
74
|
-
|
75
|
-
@stopFallbackTimer()
|
76
|
-
@stopListenToFinishEvent?()
|
77
|
-
@stopListenToTransitionEnd?()
|
78
|
-
|
79
|
-
# Cleanly finish our own transition so the old transition
|
80
|
-
# (or any other transition set right after that) will be able to take effect.
|
81
|
-
e.concludeCssTransition(@element)
|
82
|
-
|
83
|
-
@resumeOldTransition()
|
84
|
-
|
85
|
-
@deferred.resolve()
|
86
|
-
|
87
|
-
pauseOldTransition: =>
|
88
|
-
oldTransition = e.style(@element, [
|
89
|
-
'transitionProperty',
|
90
|
-
'transitionDuration',
|
91
|
-
'transitionDelay',
|
92
|
-
'transitionTimingFunction'
|
93
|
-
])
|
94
|
-
|
95
|
-
if e.hasCssTransition(oldTransition)
|
96
|
-
# Freeze the previous transition at its current place, by setting the currently computed,
|
97
|
-
# animated CSS properties as inline styles. Transitions on all properties will not be frozen,
|
98
|
-
# since that would involve setting every single CSS property as an inline style.
|
99
|
-
unless oldTransition.transitionProperty == 'all'
|
100
|
-
oldTransitionProperties = oldTransition.transitionProperty.split(/\s*,\s*/)
|
101
|
-
oldTransitionFrameKebab = e.style(@element, oldTransitionProperties)
|
102
|
-
@setOldTransitionTargetFrame = e.setTemporaryStyle(@element, oldTransitionFrameKebab)
|
103
|
-
|
104
|
-
# Stop the existing CSS transition so it does not emit transitionEnd events
|
105
|
-
@setOldTransition = e.concludeCssTransition(@element)
|
106
|
-
|
107
|
-
resumeOldTransition: =>
|
108
|
-
@setOldTransitionTargetFrame?()
|
109
|
-
@setOldTransition?()
|
110
|
-
|
111
|
-
startMotion: =>
|
112
|
-
e.setStyle @element,
|
113
|
-
transitionProperty: Object.keys(@lastFrameKebab).join(', ')
|
114
|
-
transitionDuration: "#{@duration}ms"
|
115
|
-
transitionDelay: "#{@delay}ms"
|
116
|
-
transitionTimingFunction: @easing
|
117
|
-
e.setStyle(@element, @lastFrameKebab)
|
118
|
-
|
@@ -1,39 +0,0 @@
|
|
1
|
-
u = up.util
|
2
|
-
|
3
|
-
###**
|
4
|
-
A linear task queue whose (2..n)th tasks can be changed at any time.
|
5
|
-
|
6
|
-
@function up.DivertibleChain
|
7
|
-
@internal
|
8
|
-
###
|
9
|
-
class up.DivertibleChain
|
10
|
-
|
11
|
-
constructor: ->
|
12
|
-
@reset()
|
13
|
-
|
14
|
-
reset: =>
|
15
|
-
@queue = []
|
16
|
-
@currentTask = undefined
|
17
|
-
|
18
|
-
promise: =>
|
19
|
-
lastTask = u.last(@allTasks())
|
20
|
-
lastTask?.promise || Promise.resolve()
|
21
|
-
|
22
|
-
allTasks: =>
|
23
|
-
tasks = []
|
24
|
-
tasks.push(@currentTask) if @currentTask
|
25
|
-
tasks = tasks.concat(@queue)
|
26
|
-
tasks
|
27
|
-
|
28
|
-
poke: =>
|
29
|
-
unless @currentTask # don't start a new task while we're still running one
|
30
|
-
if @currentTask = @queue.shift()
|
31
|
-
promise = @currentTask()
|
32
|
-
u.always promise, =>
|
33
|
-
@currentTask = undefined
|
34
|
-
@poke()
|
35
|
-
|
36
|
-
asap: (newTasks...) =>
|
37
|
-
@queue = u.map(newTasks, u.previewable)
|
38
|
-
@poke()
|
39
|
-
@promise()
|
@@ -1,116 +0,0 @@
|
|
1
|
-
u = up.util
|
2
|
-
e = up.element
|
3
|
-
|
4
|
-
class up.EventListener
|
5
|
-
|
6
|
-
constructor: (@element, @eventName, @selector, @callback, options = {}) ->
|
7
|
-
{ @jQuery } = options
|
8
|
-
@key = @constructor.key(@eventName, @selector, @callback)
|
9
|
-
@isDefault = up.framework.isBooting()
|
10
|
-
|
11
|
-
bind: ->
|
12
|
-
map = (@element.upEventListeners ||= {})
|
13
|
-
if map[@key]
|
14
|
-
up.fail('up.on(): The %o callback %o cannot be registered more than once', @eventName, @callback)
|
15
|
-
map[@key] = this
|
16
|
-
@element.addEventListener(@eventName, @nativeCallback)
|
17
|
-
|
18
|
-
unbind: =>
|
19
|
-
if map = @element.upEventListeners
|
20
|
-
delete map[@key]
|
21
|
-
@element.removeEventListener(@eventName, @nativeCallback)
|
22
|
-
|
23
|
-
nativeCallback: (event) =>
|
24
|
-
# 1. Since we're listing on `document`, event.currentTarget is now `document`.
|
25
|
-
# 2. event.target is the element that received an event, which might be a
|
26
|
-
# child of `selector`.
|
27
|
-
# 3. There is only a single event bubbling up the DOM, so we are only called once.
|
28
|
-
|
29
|
-
element = event.target
|
30
|
-
element = e.closest(element, @selector) if @selector
|
31
|
-
|
32
|
-
if element
|
33
|
-
elementArg = if @jQuery then up.browser.jQuery(element) else element
|
34
|
-
args = [event, elementArg]
|
35
|
-
|
36
|
-
# Do not retrieve and parse [up-data] unless the listener function
|
37
|
-
# expects a third argument. Note that we must pass data for an argument
|
38
|
-
# count of 0, since then the function might take varargs.
|
39
|
-
expectedArgCount = @callback.length
|
40
|
-
|
41
|
-
unless expectedArgCount == 1 || expectedArgCount == 2
|
42
|
-
data = up.syntax.data(element)
|
43
|
-
args.push(data)
|
44
|
-
|
45
|
-
@callback.apply(element, args)
|
46
|
-
|
47
|
-
###
|
48
|
-
Parses the following arg variants into an object:
|
49
|
-
|
50
|
-
- [elements, eventNames, selector, callback]
|
51
|
-
- [elements, eventNames, callback]
|
52
|
-
- [ eventNames, selector, callback]
|
53
|
-
- [ eventNames, callback]
|
54
|
-
|
55
|
-
@function up.EventListener#parseArgs
|
56
|
-
@internal
|
57
|
-
###
|
58
|
-
@parseArgs = (args) ->
|
59
|
-
args = u.copy(args)
|
60
|
-
|
61
|
-
# A callback function is given in all arg variants.
|
62
|
-
callback = args.pop()
|
63
|
-
# Give the callback function a numeric identifier so it
|
64
|
-
# can become part of the upEventListeners key.
|
65
|
-
callback.upUid ||= u.uid()
|
66
|
-
|
67
|
-
# The user can pass an element (or the document, or the window) as the
|
68
|
-
# first argument. If omitted, the listener will bind to the document.
|
69
|
-
if args[0].addEventListener
|
70
|
-
elements = [args.shift()]
|
71
|
-
else if u.isJQuery(args[0]) || (u.isList(args[0]) && args[0][0].addEventListener)
|
72
|
-
elements = args.shift()
|
73
|
-
else
|
74
|
-
elements = [document]
|
75
|
-
|
76
|
-
# Event names are given in all arg variants
|
77
|
-
eventNames = u.splitValues(args.shift())
|
78
|
-
# eventNames = u.map(eventNames, up.legacy.fixEventName)
|
79
|
-
|
80
|
-
# A selector is given if the user wants to delegate events.
|
81
|
-
# It might be undefined.
|
82
|
-
selector = args[0]
|
83
|
-
|
84
|
-
{ elements, eventNames, selector, callback }
|
85
|
-
|
86
|
-
@bind: (args, options) ->
|
87
|
-
parsed = @parseArgs(args)
|
88
|
-
unbindFns = []
|
89
|
-
|
90
|
-
for element in parsed.elements
|
91
|
-
for eventName in parsed.eventNames
|
92
|
-
listener = new @(element, eventName, parsed.selector, parsed.callback, options)
|
93
|
-
listener.bind()
|
94
|
-
unbindFns.push(listener.unbind)
|
95
|
-
|
96
|
-
u.sequence(unbindFns)
|
97
|
-
|
98
|
-
@key: (eventName, selector, callback) ->
|
99
|
-
[eventName, selector, callback.upUid].join('|')
|
100
|
-
|
101
|
-
@unbind: (args) ->
|
102
|
-
parsed = @parseArgs(args)
|
103
|
-
for element in parsed.elements
|
104
|
-
map = element.upEventListeners
|
105
|
-
for eventName in parsed.eventNames
|
106
|
-
key = @key(eventName, parsed.selector, parsed.callback)
|
107
|
-
if map && (listener = map[key])
|
108
|
-
listener.unbind()
|
109
|
-
|
110
|
-
@unbindNonDefault: (element) ->
|
111
|
-
if map = element.upEventListeners
|
112
|
-
listeners = u.values(map)
|
113
|
-
for listener in listeners
|
114
|
-
# Calling unbind() also removes the listener from element.upEventListeners
|
115
|
-
unless listener.isDefault
|
116
|
-
listener.unbind()
|