forked from davidjbradshaw/iframe-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added contentWindow file as part of the bower package
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"David J. Bradshaw <[email protected]>" | ||
], | ||
"description": "Keep same and cross domain iFrames sized to their content with support for window/content resizing, multiple and nested iFrames. (Dependacy free and works with IE8+)", | ||
"main": "js/iframeResizer.min.js", | ||
"main": ["js/iframeResizer.min.js", "js/iframeResizer.contentWindow.min.js"], | ||
"keywords": [ | ||
"CrossDomain", | ||
"Cross-Domain", | ||
|