mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Fix docs: dt-init stateSaveCallback
syntax error
This commit is contained in:
parent
a9b35a4927
commit
455121839a
@ -1 +1 @@
|
||||
578127f0d04c6a7417d985baa1b399d456a94331
|
||||
64775f289e2a76f1e298bcd9c35fbab1a9333e51
|
||||
|
@ -29,7 +29,7 @@ $(document).ready(function() {
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="dt-example bootstrap">
|
||||
<body class="dt-example">
|
||||
<div class="container">
|
||||
<section>
|
||||
<h1>DataTables example <span>Bootstrap</span></h1>
|
||||
|
16
package.json
16
package.json
@ -33,19 +33,5 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/DataTables/DataTables.git"
|
||||
},
|
||||
"homepage": "http://datatables.net",
|
||||
|
||||
"jspm": {
|
||||
"css": "^0.1.5",
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
},
|
||||
"registry": "jspm",
|
||||
"shim": {
|
||||
"media/js/jquery.dataTables": {
|
||||
"deps": ["jquery", "../css/jquery.dataTables.css!"],
|
||||
"exports": "$"
|
||||
}
|
||||
}
|
||||
}
|
||||
"homepage": "http://datatables.net"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user