This repository was archived by the owner on Jun 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Bb view hooks #780
Open
akre54
wants to merge
26
commits into
chaplinjs:master
Choose a base branch
from
akre54:bb-view-hooks
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bb view hooks #780
Changes from 17 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
84fe942
start on removing jquery logic branching for view remove hooks
akre54 b55f8ec
use a classList for class changes
akre54 eba1c20
point bower at recent backbone sha
akre54 c321e26
view fixes
akre54 73f17aa
stub out jquery in tests...
akre54 49b8854
use listEl instead of $list
akre54 bb5567e
Update grunt-mocha
Florian-R 56c922b
Point Bower to correct backbone.nativeview
Florian-R fc94605
Fix endAnimation
Florian-R 422ea76
Remove some tests for animations
Florian-R 1c63e3e
Fix insertView
Florian-R a1c6c52
Use Backbone.$ instead of $
Florian-R cf2ab90
Merge pull request #1 from Florian-R/bb-view-hooks
akre54 6ad87e3
Add utils.matchesSelector
Florian-R 6e628f9
More fix for insertView
Florian-R 969a9e3
Remove automatic binding of utils.matchesSelector
Florian-R 048a406
Merge pull request #2 from Florian-R/bb-view-hooks
akre54 ffaa3f9
Start to remove instance of $ in Layout
Florian-R 6b9b4f5
More Layout fixes
Florian-R f180122
Fix test setup with NativeView
Florian-R 0060d5c
Stub Underscore methods for tests without deps
Florian-R a455973
bump backbone version
akre54 f8da2d0
Revert currentTarget inLayout
Florian-R a78f929
Fix View
Florian-R 71551c1
Fix CollectionView
Florian-R 567c10c
Merge pull request #4 from Florian-R/bb-view-hooks
akre54 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? Is it unstable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah we have to fix that. Should read >1.2.0 now
On Mon, May 18, 2015, 21:55 Paul Miller notifications@github.com wrote: