Skip to content

Commit

Permalink
Fix $ not defined error in can-route/data demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgando committed Aug 11, 2017
1 parent f0e5c52 commit 1eb2ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/can-route/data.html
Expand Up @@ -28,6 +28,7 @@ <h2>Products</h2>
var superMap = require("can-connect/can/super-map/super-map");
var fixture = require("can-fixture");
var compute = require("can-compute");
var $ = require("jquery");

fixture("GET /locations", function(){
return [
Expand Down

0 comments on commit 1eb2ec4

Please sign in to comment.