add datatables shim
This commit is contained in:
@@ -6,5 +6,8 @@
|
|||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "^1.11.2"
|
"jquery": "^1.11.2"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"js/jquery.dataTables": ["jquery"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user