1
0
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:
Allan Jardine 2015-02-16 16:00:20 +00:00
parent a9b35a4927
commit 455121839a
3 changed files with 3 additions and 17 deletions

View File

@ -1 +1 @@
578127f0d04c6a7417d985baa1b399d456a94331
64775f289e2a76f1e298bcd9c35fbab1a9333e51

View File

@ -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>

View File

@ -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"
}