data-provide instead of data-provides for rowlink. Fixes #44

Fixed CSS compile order. Fixes #82 Fixes #83
This commit is contained in:
Arnold Daniels
2013-03-03 18:18:27 +01:00
parent aa559571bb
commit 0ba9bda24a
5 changed files with 21 additions and 21 deletions

View File

@@ -63,7 +63,7 @@
* ================== */
$(function () {
$('[data-provides="rowlink"]').each(function () {
$('[data-provide="rowlink"],[data-provides="rowlink"]').each(function () {
$(this).rowlink($(this).data())
})
})

View File

@@ -2758,7 +2758,7 @@
* ================== */
$(function () {
$('[data-provides="rowlink"]').each(function () {
$('[data-provide="rowlink"],[data-provides="rowlink"]').each(function () {
$(this).rowlink($(this).data())
})
})

File diff suppressed because one or more lines are too long