Pre-release
AdventureJS Docs Downloads
Score: 0 Moves: 0
// unsetImageDocks.js

(function () {
  /*global adventurejs A*/

  var p = adventurejs.Display.prototype;

  /**
   * Unset images in image docks.
   * @method adventurejs.Display#unsetImageDocks
   * @param {Object} properties
   */
  p.unsetImageDocks = function Display_unsetImageDocks(properties) {
    // this.imagedocks.forEach(function(element){})
  };
})();