Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soney committed Feb 4, 2014
1 parent 4c15e28 commit 2d4a63b
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 168 deletions.
323 changes: 162 additions & 161 deletions api/index.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions build/cjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ConstraintJS (CJS) 0.9.4-beta
// ConstraintJS (CJS) 0.9.4
// ConstraintJS may be freely distributed under the MIT License
// http://cjs.from.so/

Expand Down Expand Up @@ -1940,7 +1940,7 @@ extend(cjs, {
* @property {string} cjs.version
* @see cjs.toString
*/
version: "0.9.4-beta", // This template will be filled in by the builder
version: "0.9.4", // This template will be filled in by the builder

/**
* Print out the name and version of ConstraintJS
Expand Down Expand Up @@ -6454,6 +6454,7 @@ extend(cjs, {
*
* ### Literals
* If the tags in a node should be treated as HTML, use triple braces: `{{{ literal_val }}}`.
* These literals (triple braces) should be created immediately under a DOM node.
*
* <h1>{{title}}</h1>
* <p>{{{subtext}}}</p>
Expand Down
6 changes: 3 additions & 3 deletions build/cjs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cjs.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constraintjs",
"version": "0.9.4-beta",
"version": "0.9.4",
"description": "Constraint library for JavaScript",
"author": "Stephen Oney <[email protected]> (http://from.so/)",
"homepage": "http://cjs.from.so/",
Expand Down
1 change: 1 addition & 0 deletions src/template/cjs_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ extend(cjs, {
*
* ### Literals
* If the tags in a node should be treated as HTML, use triple braces: `{{{ literal_val }}}`.
* These literals (triple braces) should be created immediately under a DOM node.
*
* <h1>{{title}}</h1>
* <p>{{{subtext}}}</p>
Expand Down

0 comments on commit 2d4a63b

Please sign in to comment.