Skip to content

Commit

Permalink
Update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRixham committed Dec 21, 2016
1 parent 7393271 commit 148cb3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can create a binding using the `Binding` constructor.

Each binding property has at least one corresponding *binding attribute* on the template.
This attribute tells Datum.js which DOM element to bind each binding to.
A Binding attribute is always called `data-bind` and its value is the name of the binding property in the view model.
A binding attribute is always called `data-bind` and its value is the name of the binding property in the view model.

<body>
<div data-bind="myBinding"></div>
Expand Down Expand Up @@ -346,4 +346,4 @@ Bugs can be reported on [GitHub](https://github.com/MartinRixham/Datum/issues).

The following websites were created with Datum:

* [fifteenpuzzzle.co.uk](http://fifteenpuzzzle.co.uk)
* [fifteenpuzzzle.co.uk](http://fifteenpuzzzle.co.uk)
2 changes: 1 addition & 1 deletion docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 id="the-view-model">The View Model</h3>
</code></pre><h3 id="binding-attributes">Binding Attributes</h3>
<p>Each binding property has at least one corresponding <em>binding attribute</em> on the template.
This attribute tells Datum.js which DOM element to bind each binding to.
A Binding attribute is always called <code>data-bind</code> and its value is the name of the binding property in the view model.</p>
A binding attribute is always called <code>data-bind</code> and its value is the name of the binding property in the view model.</p>
<pre><code>&lt;body&gt;
&lt;div data-bind=&quot;myBinding&quot;&gt;&lt;/div&gt;
&lt;/body&gt;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concat-define": "^0.6.0",
"grunt-concat-define": "^0.7.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
Expand Down

0 comments on commit 148cb3e

Please sign in to comment.