From cf2866baa739875b98698707d176ee8c3dc2f5cf Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 3 Jun 2016 16:35:45 +0200 Subject: [PATCH] use json-ot from bower for tests --- www/assert/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/assert/main.js b/www/assert/main.js index 35ec51957..244e731e4 100644 --- a/www/assert/main.js +++ b/www/assert/main.js @@ -1,7 +1,7 @@ require.config({ paths: { 'json.sortify': '/bower_components/json.sortify/dist/JSON.sortify' } }); define([ '/bower_components/jquery/dist/jquery.min.js', - '/common/hyperjson.js', // serializing classes as an attribute + '/bower_components/hyperjson/hyperjson.amd.js', // serializing classes as an attribute '/common/hyperscript.js', // using setAttribute '/bower_components/textpatcher/TextPatcher.amd.js', 'json.sortify',