Skip to content

Instantly share code, notes, and snippets.

@phawk
Created October 16, 2012 15:33
Show Gist options
  • Select an option

  • Save phawk/3900010 to your computer and use it in GitHub Desktop.

Select an option

Save phawk/3900010 to your computer and use it in GitHub Desktop.
var project = new Project({ template: "blank" });
for (var i = 0; i < 2; i++) {
project.append({ "paragraph": {
content: "Some random text"
} });
}
var body = project.getStyleDeclaration("body");
body.set({ "line-height": "40px" });
expect(baselineGrid.lineHeight).to.equal("40px");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment