diff --git a/inner/js/selection/selection-controller.js b/inner/js/selection/selection-controller.js new file mode 100644 index 0000000..5b1d863 --- /dev/null +++ b/inner/js/selection/selection-controller.js @@ -0,0 +1,15 @@ +if (!window.mobmap) { window.mobmap={}; } + +(function(aGlobal) { + 'use strict'; + + function SelectionController() { + + } + + SelectionController.prototype = { + + }; + + aGlobal.mobmap.SelectionController = SelectionController; +})(window); \ No newline at end of file diff --git a/inner/js/selection/selection-pool.js b/inner/js/selection/selection-pool.js new file mode 100644 index 0000000..9c126b8 --- /dev/null +++ b/inner/js/selection/selection-pool.js @@ -0,0 +1,15 @@ +if (!window.mobmap) { window.mobmap={}; } + +(function(aGlobal) { + 'use strict'; + + function SelectionPool() { + + } + + SelectionPool.prototype = { + + }; + + aGlobal.mobmap.SelectionPool = SelectionPool; +})(window); \ No newline at end of file