|
|
@ -1,7 +1,7 @@
|
|
|
|
define([
|
|
|
|
define([
|
|
|
|
'/bower_components/jquery/dist/jquery.min.js',
|
|
|
|
'/bower_components/jquery/dist/jquery.min.js',
|
|
|
|
'/assert/hyperjson.js', // serializing classes as an attribute
|
|
|
|
'/common/hyperjson.js', // serializing classes as an attribute
|
|
|
|
'/assert/hyperscript.js', // using setAttribute
|
|
|
|
'/common/hyperscript.js', // using setAttribute
|
|
|
|
'/common/TextPatcher.js'
|
|
|
|
'/common/TextPatcher.js'
|
|
|
|
], function (jQuery, Hyperjson, Hyperscript, TextPatcher) {
|
|
|
|
], function (jQuery, Hyperjson, Hyperscript, TextPatcher) {
|
|
|
|
var $ = window.jQuery;
|
|
|
|
var $ = window.jQuery;
|
|
|
|