Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3a149eea
authored
2013-10-16 18:56:13 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix specs that where written agains the old data- attributes default.
1 parent
c652ce48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
spec/rivets/binding.js
spec/rivets/binding.js
View file @
3a149ee
...
...
@@ -2,6 +2,7 @@ describe('Rivets.Binding', function() {
var
model
,
el
,
view
,
binding
,
opts
;
beforeEach
(
function
()
{
rivets
.
config
.
prefix
=
'data'
adapter
=
rivets
.
adapters
[
'.'
]
el
=
document
.
createElement
(
'div'
);
...
...
Please
register
or
sign in
to post a comment