Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Oct 23, 2016
1 parent 136c468 commit 708d368
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 371 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ViewController: NSViewController {
template.register(percentFormatter, forKey: "percent")
template.register(StandardLibrary.each, forKey: "each")
template.register(StandardLibrary.zip, forKey: "zip")
template.registerInBaseContext("localize", Box(StandardLibrary.Localizer(bundle: nil, table: nil)))
template.register(StandardLibrary.Localizer(), forKey: "localize")
template.register(StandardLibrary.HTMLEscape, forKey: "HTMLEscape")
template.register(StandardLibrary.URLEscape, forKey: "URLEscape")
template.register(StandardLibrary.javascriptEscape, forKey: "javascriptEscape")
Expand Down
149 changes: 0 additions & 149 deletions Docs/DesignNotes/Box.md

This file was deleted.

Loading

0 comments on commit 708d368

Please sign in to comment.