mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
563b16f93a
commit
8d4b8d282c
@ -40,10 +40,8 @@ object.makeConstructor('Ribbons',
|
|||||||
|
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
// XXX things that do not yet work with this:
|
// NOTE: some features that depend on ribbon geometry will not work
|
||||||
// .nextRibbon(..) / .prevRibbon(..)
|
// with this...
|
||||||
// XXX need to sort out feature dependency ordering...
|
|
||||||
//
|
|
||||||
|
|
||||||
var RenderActions = actions.Actions({
|
var RenderActions = actions.Actions({
|
||||||
get dom(){
|
get dom(){
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"glob": "^4.0.6",
|
"glob": "^4.0.6",
|
||||||
"guarantee-events": "^1.0.0",
|
"guarantee-events": "^1.0.0",
|
||||||
"ig-actions": "^3.0.0",
|
"ig-actions": "^3.0.0",
|
||||||
"ig-features": "^3.1.7",
|
"ig-features": "^3.1.8",
|
||||||
"ig-object": "^1.0.1",
|
"ig-object": "^1.0.1",
|
||||||
"openseadragon": "^2.1.0",
|
"openseadragon": "^2.1.0",
|
||||||
"preact": "^8.1.0",
|
"preact": "^8.1.0",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"react-dom": "^15.6.1",
|
"react-dom": "^15.6.1",
|
||||||
"requirejs": "^2.1.23",
|
"requirejs": "^2.1.23",
|
||||||
"requirejs-plugins": "^1.0.2",
|
"requirejs-plugins": "^1.0.2",
|
||||||
"sharp": "^0.17.0",
|
"sharp": "^0.17.3",
|
||||||
"wildglob": "^0.1.1"
|
"wildglob": "^0.1.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
|
|||||||
@ -35,6 +35,8 @@ var requirejs_cfg = {
|
|||||||
'lib/features': './node_modules/ig-features/features',
|
'lib/features': './node_modules/ig-features/features',
|
||||||
|
|
||||||
//'lib/keyboard': './node_modules/ig-keyboard/keyboard',
|
//'lib/keyboard': './node_modules/ig-keyboard/keyboard',
|
||||||
|
|
||||||
|
'ext-lib/preact': './node_modules/preact/dist/preact',
|
||||||
},
|
},
|
||||||
map: {
|
map: {
|
||||||
'*': {
|
'*': {
|
||||||
@ -100,10 +102,11 @@ var viewer = require('imagegrid/viewer')
|
|||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
|
|
||||||
// list all loaded modules...
|
/*/ list all loaded modules...
|
||||||
var m = requirejs.s.contexts._.defined
|
var m = requirejs.s.contexts._.defined
|
||||||
m = Object.keys(m).filter(function(e){ return m[e] != null })
|
m = Object.keys(m).filter(function(e){ return m[e] != null })
|
||||||
console.log('Modules:', m)
|
console.log('Modules:', m)
|
||||||
|
//*/
|
||||||
|
|
||||||
/*/ self-test...
|
/*/ self-test...
|
||||||
var test = viewer.ImageGridFeatures.buildFeatureList()
|
var test = viewer.ImageGridFeatures.buildFeatureList()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user