From 1639c5b099f70fd4856c632a929ce9c2763eece4 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 20 Apr 2016 14:14:44 +0200 Subject: [PATCH] use hyperscript and hyperjson from common --- www/assert/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/assert/main.js b/www/assert/main.js index c215cf28e..6fe063385 100644 --- a/www/assert/main.js +++ b/www/assert/main.js @@ -1,7 +1,7 @@ define([ '/bower_components/jquery/dist/jquery.min.js', - '/assert/hyperjson.js', // serializing classes as an attribute - '/assert/hyperscript.js', // using setAttribute + '/common/hyperjson.js', // serializing classes as an attribute + '/common/hyperscript.js', // using setAttribute '/common/TextPatcher.js' ], function (jQuery, Hyperjson, Hyperscript, TextPatcher) { var $ = window.jQuery;