Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Conversation

@BenLambertNcl
Copy link
Collaborator

Adds a wrap method onto the Window class, that allows wrapping a native container window with the ContainerJS window object. Mainly useful internally for methods such as getParentWindow(), where the native container method returns a native window that we need to convert to a ContainerJS window.

@BenLambertNcl BenLambertNcl merged commit dc479a3 into symphonyoss:master Jul 12, 2017
@BenLambertNcl BenLambertNcl deleted the window-wrap-method branch July 12, 2017 09:58
return chainPromises(steps);
});

it.only('Should wrap a native window in a containerjs window object #ssf.Window.wrap', function() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BenLambertNcl Just noticed this it.only was left in, preventing other tests from running.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, ill remove it from #243.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants