Skip to content

Commit

Permalink
At least don't explode.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Mar 13, 2015
1 parent 869aba8 commit 1b2c9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FewDemo/MyPlayground.playground/section-1.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import Cocoa
import Few
import XCPlayground

let view = View(backgroundColor: NSColor.redColor())
let view = View(backgroundColor: NSColor.redColor()).size(100, 100)
view.ql

0 comments on commit 1b2c9a9

Please sign in to comment.