use hyperscript and hyperjson from common

This commit is contained in:
ansuz 2016-04-20 14:14:44 +02:00
parent 3598c93098
commit 1639c5b099

View file

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