Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds onAttach triggerMethod. #1957

Closed
wants to merge 28 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b2cda35
Adds helper methods to AppRouter.
jamesplease Sep 10, 2014
ebb0e1c
region._ensureViewIsIntact
paulfalgout Sep 2, 2014
9e6bcaf
Improves Application triggerMethod arguments.
jamesplease Sep 1, 2014
cd655ee
Update param types for addRegion method
jdaudier Sep 3, 2014
c2fcd3d
Removes unnecessary emptyRegions call in LayoutView.
jamesplease Sep 10, 2014
9c22308
Updates file names; remove unnecessary files.
jamesplease Sep 14, 2014
ed6cec5
Update region-manager.jsdoc
jdaudier Sep 15, 2014
e91326b
Update param types for addRegion method
jdaudier Sep 3, 2014
1e31fb9
Uses on instead of listenTo for the view show callback.
jamesplease Sep 14, 2014
d6cff4e
Improve undefined region show message.
samccone Sep 19, 2014
420487b
adding item-view.jsdoc... again
bendman Sep 24, 2014
d7c6d98
Add auto addRegions behavior to regionMananger
samccone Sep 21, 2014
89eea76
fix indentation for destroy method for proper JSON output :neckbeard:
jdaudier Sep 28, 2014
816efe1
Aliases Marionette as Mn
jamesplease Sep 13, 2014
d56571c
Updates Module documentation.
jamesplease Sep 29, 2014
2e31d33
Updates Controller documentation.
jamesplease Sep 14, 2014
42e9f78
Replaces slice with _.toArray
jamesplease Sep 30, 2014
ef01d27
Updates docs to use getter methods.
jamesplease Sep 14, 2014
e580833
Adds isNodeAttached helper method.
jamesplease Oct 1, 2014
d119c51
Adds _getNestedView to Layout and Collection Views.
jamesplease Oct 1, 2014
4fe777e
Blah blah rebase this lol wut
jamesplease Oct 3, 2014
d07d7de
Refactor Application to subclass Object
jasonLaster Oct 3, 2014
fb48d9b
Refactor Behavior to subclass Object
jasonLaster Oct 3, 2014
67dc1a8
Refactor Region to sub-class Object
jasonLaster Oct 2, 2014
aa03ccf
Removes IIFE patterns in source.
jamesplease Oct 4, 2014
aa80e54
Removes slice from jshintrc
jamesplease Oct 4, 2014
c95ab2f
Adds deprecation notice regarding Callbacks.
jamesplease Oct 4, 2014
a4835b1
Adds onAttach triggerMethod.
jamesplease Oct 2, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update region-manager.jsdoc
  • Loading branch information
jdaudier authored and samccone committed Oct 7, 2014
commit ed6cec5d8832068a4b9943d74e3bb816e72047c3
2 changes: 1 addition & 1 deletion api/region-manager.jsdoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ functions:
Regions can be added individually using the `addRegion` method.

@param {String} name - The name of the region being added
@param {Marionette.Region|Function|String|Object} definition - Accepts a Marionette.Region instance, a Function that returns a Marionette.Region instance (such as a Region constructor), a selector, or an object definition for finer control
@param {Marionette.Region|Function|String|Object} definition - Accepts a Marionette.Region instance, a function that returns a Marionette.Region instance (such as a Region constructor), a selector, or an object definition for finer control


examples:
Expand Down