este-library-oldschool
Version:
Library for github.com/steida/este.git
18 lines (16 loc) • 440 B
JavaScript
// Generated by github.com/steida/coffee2closure 900.1.18
/**
@fileoverview Strategy for pages handling and switching. Mobile can
implement animations while desktop not for example.
*/
goog.provide('este.labs.app.PagesContainer');
/**
@interface
*/
este.labs.app.PagesContainer = function() {};
/**
@param {!este.labs.app.Page} page
@param {Element} container
@param {*} data
*/
este.labs.app.PagesContainer.prototype.show;